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 8a5aef1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ 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
pip install cython flake8 pytest
python setup.py install
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 8a5aef1

Please sign in to comment.