Skip to content

Commit

Permalink
fix tests in GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
cdzombak committed May 24, 2024
1 parent 45401c8 commit 558485b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Python tests
run: |
python -m unittest tests/*.py
Expand Down

0 comments on commit 558485b

Please sign in to comment.