Skip to content

Commit

Permalink
Upgrade CI pip after activating venv
Browse files Browse the repository at this point in the history
  • Loading branch information
ragibson committed Sep 13, 2024
1 parent 9252086 commit df49081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m venv env
source env/bin/activate
python -m pip install --upgrade pip
pip install setuptools
pip install numpy cython flake8 pytest
python setup.py install
Expand Down

0 comments on commit df49081

Please sign in to comment.