Skip to content

Commit

Permalink
👷‍♂️ sync DINAR
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Oct 18, 2022
1 parent b0babae commit d3e24df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/DINAR-PORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ jobs:
repository: itpp-labs/DINAR-fork
ref: master
- uses: actions/setup-python@v2
with:
python-version: "3.7.x"
- name: Install python tools
run: |
pip install plumbum pre-commit git-aggregator
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/DINAR-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,7 @@ jobs:
steps:
- name: Checkout Repo
uses: actions/checkout@v2
- uses: actions/setup-python@v1
with:
python-version: "3.7.x"
- uses: actions/setup-python@v2
- name: Check Python Version
run:
echo "PY=$(python --version --version | sha256sum | cut -d' ' -f1)" >>
Expand All @@ -54,9 +52,7 @@ jobs:
path: DINAR
repository: itpp-labs/DINAR-fork
ref: master
- uses: actions/setup-python@v1
with:
python-version: "3.7.x"
- uses: actions/setup-python@v2
- name: Install python tools
run: |
pip install plumbum PyGithub pyyaml
Expand Down

0 comments on commit d3e24df

Please sign in to comment.