Skip to content

Commit

Permalink
Update then install yorick + install wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
cphyc committed Feb 28, 2022
1 parent b5257bb commit b8d8797
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,9 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
sudo apt install yorick
python -m pip install --upgrade pip
sudo apt-get --qqy update
sudo apt-get --qqy install yorick
python -m pip install --upgrade pip wheel
python -m pip install .[test]
- name: Test with pytest
run: |
Expand Down

0 comments on commit b8d8797

Please sign in to comment.