Skip to content

Commit

Permalink
BUG: remove unnecessary if statement
Browse files Browse the repository at this point in the history
Remove an if statement that will never be triggered.
  • Loading branch information
aburrell committed Dec 1, 2023
1 parent 7cb8acf commit 50b0aeb
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 @@ -27,7 +27,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 50b0aeb

Please sign in to comment.