Skip to content

Commit

Permalink
fix setup-python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ConorSheehan1 authored May 8, 2024
1 parent c1ca01a commit d090713
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 @@ -28,7 +28,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v4.8
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Install Poetry
Expand Down

0 comments on commit d090713

Please sign in to comment.