Skip to content

Commit

Permalink
Updated run_tests.yml for new dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
victormvy committed Jan 16, 2025
1 parent 9f92ff2 commit bf59d6b
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest pytest-xdist
pip install .
pip install .[dev]
- name: Run tests
run: python -m pytest -n logical
Expand All @@ -66,9 +65,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install codecov
pip install pytest-cov
pip install .
pip install .[dev]
- name: Run tests for codecov
run: |
Expand Down

0 comments on commit bf59d6b

Please sign in to comment.