Skip to content

Commit

Permalink
Remove install requirements from workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
yaph committed Jul 13, 2022
1 parent 3a676fb commit 1bcd1c9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ jobs:
uses: actions/setup-python@v1
with:
python-version: ${{ matrix.python-version }}
- name: Install requirements
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Test with pytest
run: |
pip install pytest
Expand Down

0 comments on commit 1bcd1c9

Please sign in to comment.