Skip to content

Commit

Permalink
fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunwoongko committed Apr 27, 2024
1 parent 85847f4 commit 591b277
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.11
python-version: 3.9.13
- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.11
python-version: 3.9.13
- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.11
python-version: 3.9.13
- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
Expand Down

0 comments on commit 591b277

Please sign in to comment.