Skip to content

Commit

Permalink
No need to explicitly install requirements.txt anymore.
Browse files Browse the repository at this point in the history
  • Loading branch information
EmmaRenauld committed Sep 22, 2023
1 parent 4b30be5 commit b448830
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
pip install pytest
pip install --upgrade pip
pip install -r requirements_github.txt
pip install -r requirements.txt
pip install .
- name: Tests
Expand Down

0 comments on commit b448830

Please sign in to comment.