Skip to content

Commit

Permalink
workflow: Change slash
Browse files Browse the repository at this point in the history
  • Loading branch information
mheden committed Jan 20, 2025
1 parent cb87252 commit a8fceb0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:

- name: Build and run examples
run: |
"dist/batify.bat" --script examples/hello_world.py --outdir test
"test/hello_world.bat"
"test/batify.bat" --script examples/hello_world_req.py --requirements examples/requirements.txt
"test/hello_world_req.bat"
"test/batify.bat" --script examples/hello_world_pep723.py
"test/hello_world_pep723.bat"
.\dist\batify.bat --script examples/hello_world.py --outdir test
.\test\hello_world.bat
.\dist\batify.bat --script examples/hello_world_req.py --requirements examples/requirements.txt --outdir test
.\test\hello_world_req.bat
.\dist\batify.bat --script examples/hello_world_pep723.py --outdir test
.\test\hello_world_pep723.bat

0 comments on commit a8fceb0

Please sign in to comment.