Skip to content

Commit

Permalink
fix github ci bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisPappalardo committed Oct 1, 2024
1 parent cff407a commit fac5a1a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,18 @@ jobs:
uses: actions/checkout@v4
- name: Run pre-commit
run: pre-commit run --all-files
env:
python-version: ["3.10"]

test:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
python-version: ["3.10"]
steps:
- name: Checkout code repository
uses: actions/checkout@v4
- name: Run unit tests
run: pytest
with:
env:
python-version: ${{ matrix.python-version }}

0 comments on commit fac5a1a

Please sign in to comment.