mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-23 22:55:37 -07:00
test
This commit is contained in:
parent
c8d38340ab
commit
18984f63d7
2 changed files with 6 additions and 6 deletions
6
.github/workflows/macos.yml
vendored
6
.github/workflows/macos.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansicolors sslcrypto setuptools
|
python3 -m pip install setuptools ansicolors sslcrypto
|
||||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
|
@ -69,7 +69,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansicolors sslcrypto setuptools
|
python3 -m pip install setuptools ansicolors sslcrypto
|
||||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
|
@ -111,7 +111,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansicolors sslcrypto setuptools
|
python3 -m pip install setuptools ansicolors sslcrypto
|
||||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: Prepare Build Folders
|
- name: Prepare Build Folders
|
||||||
|
|
6
.github/workflows/ubuntu.yml
vendored
6
.github/workflows/ubuntu.yml
vendored
|
@ -18,7 +18,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansicolors sslcrypto setuptools
|
python3 -m pip install setuptools ansicolors sslcrypto
|
||||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
|
@ -49,7 +49,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansicolors sslcrypto setuptools
|
python3 -m pip install setuptools ansicolors sslcrypto
|
||||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: make clean
|
- name: make clean
|
||||||
|
@ -81,7 +81,7 @@ jobs:
|
||||||
- name: Install Python dependencies
|
- name: Install Python dependencies
|
||||||
run: |
|
run: |
|
||||||
python3 -m pip install --upgrade pip
|
python3 -m pip install --upgrade pip
|
||||||
python3 -m pip install ansicolors sslcrypto setuptools
|
python3 -m pip install setuptools ansicolors sslcrypto
|
||||||
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
if [ -f requirements.txt ]; then python3 -m pip install -r requirements.txt; fi
|
||||||
|
|
||||||
- name: Prepare Build Folders
|
- name: Prepare Build Folders
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue