Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
HansVRP committed Sep 27, 2024
1 parent 7568cf5 commit 70817aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,11 @@ jobs:
python-version: ${{ matrix.python-version }} # Use Python version from the matrix
cache: 'pip'

- name: Install Hatchling (build system)
run: |
pip install hatchling
- name: Install dependencies and pytest
run: |
pip install .[dev] pytest # This installs both dev dependencies and pytest explicitly
python -m pip install --upgrade pip
python -m pip install pytest
python -m pip install .[dev]
- name: Run Unit Tests
run: |
Expand Down

0 comments on commit 70817aa

Please sign in to comment.