Skip to content

Commit

Permalink
upgrade python
Browse files Browse the repository at this point in the history
  • Loading branch information
yelizariev committed Feb 26, 2025
1 parent 0465bbd commit 57e20ad
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions static-files/all/.github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
- name: Check Python Version
run:
echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
Expand All @@ -56,7 +56,7 @@ jobs:
ref: master
- uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: "3.10"
- name: Install python tools
run: |
pip install plumbum PyGithub pyyaml
Expand Down
8 changes: 4 additions & 4 deletions static-files/all/.github/workflows/DINAR.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,18 +57,18 @@ jobs:
- check-branch
steps:
- name: Checkout Repo
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: REPO
- name: Checkout DINAR
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
path: DINAR
repository: itpp-labs/DINAR
ref: master
- uses: actions/setup-python@v1
- uses: actions/setup-python@v4
with:
python-version: "3.7.x"
python-version: "3.10"
- name: Prepare build folder
run: |
cp -rnT DINAR/embedded-files/ REPO/
Expand Down

0 comments on commit 57e20ad

Please sign in to comment.