Skip to content

Commit

Permalink
Merge pull request #88 from itpp-labs/DINAR2fork
Browse files Browse the repository at this point in the history
DINAR2fork
  • Loading branch information
yelizariev authored Dec 12, 2023
2 parents 1f046c5 + 0e0e4be commit b3a7223
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion static-files/all/.github/workflows/DINAR-PORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ jobs:
path: DINAR
repository: itpp-labs/DINAR-fork
ref: master
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install python tools
run: |
pip install plumbum pre-commit git-aggregator
Expand Down
4 changes: 3 additions & 1 deletion static-files/all/.github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,9 @@ jobs:
path: DINAR
repository: itpp-labs/DINAR-fork
ref: master
- uses: actions/setup-python@v2
- uses: actions/setup-python@v4
with:
python-version: "3.8"
- name: Install python tools
run: |
pip install plumbum PyGithub pyyaml
Expand Down

0 comments on commit b3a7223

Please sign in to comment.