Skip to content

Commit

Permalink
👷 Update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
MathisFederico committed Jan 10, 2024
1 parent 75e92f5 commit c4df267
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/python-coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ jobs:
run: |
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install -e .[all]
pip install -r requirements-dev.txt
pip install -e .[all,dev]
- name: Setup java for ENHSP
uses: actions/setup-java@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python-tests-all-optdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
run: |
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install .[all]
pip install -r requirements-dev.txt
pip install .[all,dev]
- name: Setup java for ENHSP
uses: actions/setup-java@v2
with:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/python-tests-no-optdeps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: |
git submodule update --init --recursive
python -m pip install --upgrade pip
pip install .
pip install -r requirements-dev.txt
pip install .[dev]
- name: Setup java for ENHSP
uses: actions/setup-java@v2
with:
Expand Down

0 comments on commit c4df267

Please sign in to comment.