Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mfschubert committed Nov 23, 2024
1 parent 7288fa3 commit d44f76f
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,16 +15,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.10"
cache: "pip"
cache-dependency-path: pyproject.toml

- name: Test pre-commit hooks
- name: Set up environment
run: |
python -m pip install --upgrade pip
pip install parameterized
pip install pytest
pytest
- name: Run tests
run: pytest

0 comments on commit d44f76f

Please sign in to comment.