Skip to content

Commit

Permalink
Fix typo in conda update --all
Browse files Browse the repository at this point in the history
  • Loading branch information
cmalinmayor committed Dec 3, 2024
1 parent 0b83361 commit edb0a9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

- name: Install package and dependencies
run: |
conda update -all
conda update --all
conda install -c gurobi -c funkelab ilpy
python -m pip install -e .[test]
Expand Down

0 comments on commit edb0a9a

Please sign in to comment.