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 5010014 commit 7a877cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/test_macos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.13
python-version: 3.10.11

- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.13
python-version: 3.10.11

- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test_windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: 3.9.13
python-version: 3.10.11

- name: pip upgrade
run: |
python3 -m pip install --upgrade pip & pip3 install --upgrade setuptools
Expand Down

0 comments on commit 7a877cb

Please sign in to comment.