Skip to content

Commit

Permalink
==, not = in pip install. Why do I always make this mistake?!
Browse files Browse the repository at this point in the history
  • Loading branch information
eriknw committed Nov 6, 2021
1 parent a035432 commit cea5a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip setuptools wheel
pip install pytest toolz=0.11.2
pip install pytest toolz==0.11.2
python setup.py build_ext --inplace --without-cython
pip install -e .
- name: PyTest
Expand Down

0 comments on commit cea5a52

Please sign in to comment.