Skip to content

Commit

Permalink
Fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
bigspider committed Dec 9, 2023
1 parent 9c8deff commit 21d6c92
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ jobs:
- name: Install pip and pytest
run: |
apt-get update
apt-get install -y python3-pip pytest
apt-get install -y python3-pip
pip install -U pytest
- name: Clone
uses: actions/checkout@v2
- name: Install pymatt
Expand Down

0 comments on commit 21d6c92

Please sign in to comment.