Skip to content

Commit

Permalink
cirrus test 7
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellkammer committed Apr 19, 2024
1 parent 00a187f commit 45aa149
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,14 @@ setup_macos: &SETUP_MACOS
csound --version
brew install python@$PYVERSION
ls -l
python3 --version
python3 -m venv .venv
python$PYVERSION --version
python$PYVERSION -m venv .venv
source .venv/bin/activate
python --version
if [[ "$METHOD" == "pip" ]]; then
python3 -m pip install maelzel
python -m pip install maelzel
else
python3 -m pip install .
python -m pip install .
fi
Expand Down

0 comments on commit 45aa149

Please sign in to comment.