Skip to content

Commit

Permalink
Merge pull request #405 from openvinotoolkit/update-python-version-in…
Browse files Browse the repository at this point in the history
…-github-workflows

Update python version in github workflows
  • Loading branch information
ljcornel authored May 10, 2024
2 parents 10120da + 025a607 commit bf74441
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Install package with dev and notebook requirements
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/nightly-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ env:

# Conda environment
CONDA_ENV: sc_sdk_nightly_test_environment
PYTHON_VERSION: 3.8
PYTHON_VERSION: 3.9

permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.9

- name: Install package with dev requirements
# Install dependencies
Expand Down

0 comments on commit bf74441

Please sign in to comment.