Skip to content

Commit

Permalink
Update CI process to follow liboyvinyl master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
JunCEEE committed Jul 26, 2024
1 parent 8d50f64 commit cb5b90f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install production dependencies
run: |
python -m pip install --upgrade pip
pip install git+https://github.com/PaNOSC-ViNYL/libpyvinyl.git@remove_pint_pin
pip install git+https://github.com/PaNOSC-ViNYL/libpyvinyl.git
pip install -r requirements.txt
pip install pytest
pip install .
Expand Down

0 comments on commit cb5b90f

Please sign in to comment.