Skip to content

Bump pytest from 8.3.3 to 8.3.4 #261

Bump pytest from 8.3.3 to 8.3.4

Bump pytest from 8.3.3 to 8.3.4 #261

Workflow file for this run

name: Build LaTeX document
on:
[push]
jobs:
build_paper:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- name: Set up Git repository
uses: actions/checkout@v4
- uses: ./actions/latex
with:
paper: tests/tex/*.tex
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
output-folder: /tests/texgroup
- uses: ./actions/latex
with:
paper: tests/tex/Hydra.tex
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}