Skip to content

Commit

Permalink
Fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
cavoq committed Sep 15, 2024
1 parent 7642750 commit c8ecfe2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.13.0rc2
python-version: 3.13.0-rc.2

- name: Install Dependencies
run: pip install -r requirements-dev.txt
Expand All @@ -39,7 +39,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.13.0rc2
python-version: 3.13.0-rc.2

- name: Install Dependencies
run: |
Expand All @@ -60,7 +60,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.13.0rc2
python-version: 3.13.0-rc.2

- name: Install Dependencies
run: |
Expand Down

0 comments on commit c8ecfe2

Please sign in to comment.