Skip to content

Commit

Permalink
python3
Browse files Browse the repository at this point in the history
  • Loading branch information
bottler committed Oct 28, 2024
1 parent 384c269 commit 53cfd7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
arch: 7.5
- name: Build and run tests
run: |-
python -m unittest discover -v -s tests -t .
python3 -m unittest discover -v -s tests -t .
#conda create --name env --yes --quiet conda-build
#conda run --no-capture-output --name env python3 ./packaging/build_conda.py

0 comments on commit 53cfd7b

Please sign in to comment.