Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/actions/upload-a…
Browse files Browse the repository at this point in the history
…rtifact-4
  • Loading branch information
Pencilcaseman committed Apr 14, 2024
2 parents ae9697a + 303d80a commit a1e399b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down Expand Up @@ -524,7 +524,7 @@ jobs:
git submodule update --init --recursive
- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down Expand Up @@ -589,7 +589,7 @@ jobs:


- name: Install Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down Expand Up @@ -662,7 +662,7 @@ jobs:
uses: lukka/get-cmake@latest

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ jobs:
submodules: recursive

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"

Expand Down Expand Up @@ -364,7 +364,7 @@ jobs:
submodules: recursive

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.9' # update once build dependencies are available

Expand Down Expand Up @@ -402,7 +402,7 @@ jobs:
path: dist

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: Install Requirements
run: pip install -r requirements.txt
Expand Down Expand Up @@ -550,7 +550,7 @@ jobs:
# submodules: recursive
#
# - name: Setup Python
# uses: actions/setup-python@v4
# uses: actions/setup-python@v5
# with:
# python-version: "3.9" # update once build dependencies are available
#
Expand Down

0 comments on commit a1e399b

Please sign in to comment.