Skip to content

Commit

Permalink
updated github build-package action
Browse files Browse the repository at this point in the history
  • Loading branch information
franioli committed Sep 13, 2023
1 parent b1ee84d commit e18cafa
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip3 install -r requirements.txt
pip install pytest
pip install -e .
pip install pytest
- name: Run pytest
run: |
python -m pytest
Expand Down

0 comments on commit e18cafa

Please sign in to comment.