Skip to content

Commit

Permalink
remove requirements install
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxOhn committed Apr 2, 2024
1 parent 0188cbc commit 84f6324
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,6 @@ jobs:
python3 -m venv venv
source venv/bin/activate
python3 -m pip install -U pip typing-extensions
python3 -m pip install -r tests/requirements.txt
python3 -m pip install rosu_pp_py --no-index --no-deps --find-links dist --force-reinstall
python3 -c "import rosu_pp_py"
Expand Down Expand Up @@ -206,7 +205,6 @@ jobs:

- run: |
pip install typing-extensions
pip install -r tests/requirements.txt
pip install rosu_pp_py --no-index --no-deps --find-links dist --force-reinstall
python -c "import rosu_pp_py"
Expand Down

0 comments on commit 84f6324

Please sign in to comment.