Skip to content

Commit

Permalink
Fix unittests
Browse files Browse the repository at this point in the history
  • Loading branch information
hlohaus committed Jan 14, 2024
1 parent 55e5cf1 commit 2ddf68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unittest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
python-version: "3.x"
cache: 'pip'
- name: Install requirements
- run: pip install -r requirements.txt
run: pip install -r requirements.txt
- name: Run tests
- run: python -m etc.unittest.main
run: python -m etc.unittest.main

0 comments on commit 2ddf68e

Please sign in to comment.