mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-09-28 07:24:41 +08:00
fixes workflow
This commit is contained in:
parent
8b09f7aa71
commit
6a6a444a57
1 changed files with 9 additions and 9 deletions
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install ansicolors
|
||||
pip install ansicolors
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: make clean
|
||||
|
@ -49,7 +49,7 @@ jobs:
|
|||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install ansicolors
|
||||
pip install ansicolors
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: make clean
|
||||
|
@ -81,7 +81,7 @@ jobs:
|
|||
- name: Install Python dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
python -m pip install ansicolors
|
||||
pip install ansicolors
|
||||
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
||||
|
||||
- name: Prepare Build Folders
|
||||
|
|
Loading…
Add table
Reference in a new issue