Skip to content

Commit

Permalink
BUG: Update pysat_rc.yml
Browse files Browse the repository at this point in the history
Remove unneeded if statement for installation of dependencies.
  • Loading branch information
aburrell authored Dec 1, 2023
1 parent b894edc commit d0bb632
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pysat_rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ jobs:
run: pip install --no-deps --pre -i https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ pysat

- name: Install standard dependencies and package
if: ${{ matrix.test_config == 'latest'}}
run: pip install .[test]

- name: Set up pysat
Expand Down

0 comments on commit d0bb632

Please sign in to comment.