Skip to content

Commit

Permalink
Revert "fix: pin github test workflow to Python 3.11"
Browse files Browse the repository at this point in the history
This reverts commit 7d8b276.
  • Loading branch information
infinitewarp committed Apr 30, 2024
1 parent bc9a06f commit aed90c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
python-version-file: pyproject.toml
cache: "poetry"
cache-dependency-path: "poetry.lock"

Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4.7.0
with:
python-version: "3.11"
python-version-file: pyproject.toml
cache: "poetry"
cache-dependency-path: "poetry.lock"

Expand Down

0 comments on commit aed90c4

Please sign in to comment.