Skip to content

Commit

Permalink
CI: use musicode branch of mupif instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
eudoxos committed Dec 13, 2024
1 parent 0299481 commit f233f07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
sudo apt-get update && sudo apt-get -y install python3-wheel python3-pip mongodb-org
python -m pip install -q uv
uv pip install --system flake8
uv pip install --system git+https://github.com/mupif/mupif.git@master
uv pip install --system git+https://github.com/mupif/mupif.git@Musicode
uv pip install --system -r requirements.txt
- name: Lint with flake8
run: |
Expand Down

0 comments on commit f233f07

Please sign in to comment.