Skip to content

Commit

Permalink
Update .github/workflows/ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
cclauss authored Dec 26, 2023
1 parent 4f97e38 commit 8c50228
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up Python from deadsnakes
uses: deadsnakes/action@v3.1.0
uses: deadsnakes/action@v2.1.1 # Upgrading will cause test failures.
with:
python-version: ${{ matrix.python-version }}
debug: true
Expand Down

0 comments on commit 8c50228

Please sign in to comment.