Skip to content
Merged
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
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