Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Feb 19, 2024
1 parent 7de8b96 commit 74b36ec
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .cirrus.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
perform_tests: &PERFORM_TESTS
test_script: |
set -x
cd test
./py --version
PYVERSION=$(./py --version)
echo $PYVERSION
cd test
../py test-rec.py -o "test-rec-macos-$PYVERSION.wav"
../py test-dependencies.py
../py test-notation.py -o "test-notation-macos-$PYVERSION.pdf"
Expand All @@ -28,7 +29,7 @@ test_git_310_task:

<<: *SETUP_MACOS

test_macos_arm64_python310_git_script: |
install_macos_arm64_python310_git_script: |
brew install [email protected]
ln -s $(which python3.10) py
./py -m pip install .
Expand All @@ -40,7 +41,7 @@ test_git_311_task:

<<: *SETUP_MACOS

test_macos_arm64_python310_git_script: |
install_macos_arm64_python310_git_script: |
brew install [email protected]
ln -s $(which python3.11) py
./py -m pip install .
Expand All @@ -52,7 +53,7 @@ test_pip_310_task:

<<: *SETUP_MACOS

test_macos_arm64_python310_git_script: |
install_macos_arm64_python310_git_script: |
brew install [email protected]
ln -s $(which python3.10) py
./py -m pip install maelzel
Expand All @@ -64,7 +65,7 @@ test_pip_311_task:

<<: *SETUP_MACOS

test_macos_arm64_python310_git_script: |
install_macos_arm64_python310_git_script: |
brew install [email protected]
ln -s $(which python3.11) py
./py -m pip install maelzel
Expand Down

0 comments on commit 74b36ec

Please sign in to comment.