Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/cd-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
node-version-file: .nvmrc
cache: yarn
- name: Set up Python
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.x"
- name: Read package version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-cvat-exchange-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.8.4
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.10'
cache: 'poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-lint-cvat-recording-oracle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
uses: snok/install-poetry@v1
with:
version: 1.8.4
- uses: actions/setup-python@v6
- uses: actions/setup-python@v7
with:
python-version: '3.10'
cache: 'poetry'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test-python-sdk.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build core package
run: yarn workspace @human-protocol/core build
- name: Set up Python 3.10
uses: actions/setup-python@v6
uses: actions/setup-python@v7
with:
python-version: "3.10"
- name: Install pipenv
Expand Down
Loading