We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2499c49 + f9bc42d commit 53b0385Copy full SHA for 53b0385
.github/workflows/DINAR-PORT.yml
@@ -36,7 +36,9 @@ jobs:
36
path: DINAR
37
repository: itpp-labs/DINAR-fork
38
ref: master
39
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
40
+ with:
41
+ python-version: "3.8"
42
- name: Install python tools
43
run: |
44
pip install plumbum pre-commit git-aggregator
.github/workflows/DINAR-pr.yml
@@ -54,7 +54,9 @@ jobs:
54
55
56
57
58
59
60
61
62
pip install plumbum PyGithub pyyaml
0 commit comments