Skip to content

Commit

Permalink
test pin python bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
Liquid369 committed Oct 25, 2024
1 parent 83c41a7 commit 07c102f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Initialize Python
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10.6'

- name: Install Dependencies
run: |
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Setup Python 3.10
uses: actions/setup-python@v5
with:
python-version: '3.10'
python-version: '3.10.6'
- name: Setup pip cache
uses: actions/cache@v4
with:
Expand Down

0 comments on commit 07c102f

Please sign in to comment.