Skip to content

Commit

Permalink
ℹ️
Browse files Browse the repository at this point in the history
ℹ️ fix GHA
  • Loading branch information
securisecctf committed Dec 3, 2019
1 parent 00c9ef5 commit 2d53134
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/tests_multi_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-dev-
- name: Install
if: steps.cache.outputs.cache-hit != 'true'
run: |
pip install -r dev_requirements.txt
python -m pip install --upgrade pip
Expand Down Expand Up @@ -82,7 +81,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-dev-
- name: Install
if: steps.cache.outputs.cache-hit != 'true'
run: |
pip install -r dev_requirements.txt
python -m pip install --upgrade pip
Expand Down Expand Up @@ -127,7 +125,6 @@ jobs:
restore-keys: |
${{ runner.os }}-pip-dev-
- name: Install
if: steps.cache.outputs.cache-hit != 'true'
run: |
pip install -r dev_requirements.txt
python -m pip install --upgrade pip
Expand Down

0 comments on commit 2d53134

Please sign in to comment.