Skip to content

Commit

Permalink
Update beep-test-pr.yml
Browse files Browse the repository at this point in the history
Fix setuptools issue
  • Loading branch information
JosephMontoya-TRI committed May 16, 2023
1 parent eecbc76 commit 9f3a71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/beep-test-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
pip install -e .[tests]
- name: pytest
Expand Down

0 comments on commit 9f3a71d

Please sign in to comment.