Skip to content

Commit

Permalink
Revert workflow to old settings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjholland committed May 22, 2024
1 parent d01de37 commit 9ba1cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.11"
- uses: pre-commit/[email protected]
test:
needs: qa
Expand All @@ -18,6 +18,6 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: "3.12"
python-version: "3.11"
- run: pip install -r requirements-dev.txt
- run: pytest tests

0 comments on commit 9ba1cdc

Please sign in to comment.