Skip to content

Commit

Permalink
Remove reference to requirements.txt in action
Browse files Browse the repository at this point in the history
Should use the requirements specified in pyproject.toml
  • Loading branch information
mrahnis committed Jan 17, 2024
1 parent 88867ff commit baf7143
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
python -m pip install --upgrade pip
pip install setuptools wheel
pip install numpy==${{ matrix.numpy-version }} cython
pip install -r requirements.txt
python -m pip install .
- name: Lint with flake8
run: |
pip install flake8
Expand Down

0 comments on commit baf7143

Please sign in to comment.