Skip to content

Commit

Permalink
Add running pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
s-martin authored Dec 10, 2023
1 parent c00cde6 commit 607571e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pythonpackage_future3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
pip3 install -r src/jukebox/components/rfid/hardware/pn532_i2c_py532/requirements.txt
pip3 install -r src/jukebox/components/rfid/hardware/rdm6300_serial/requirements.txt
pip3 install -r src/jukebox/components/rfid/hardware/rc522_spi/requirements.txt
- name: Run pytest
run: |
./run_pytest.sh
- name: Lint with flake8
run: |
pip3 install flake8
Expand Down

0 comments on commit 607571e

Please sign in to comment.