Skip to content

Commit

Permalink
feat: Add Python 3.10 support (intel#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyharrison committed Oct 11, 2021
1 parent a3b864d commit 0f0425f
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
${{ runner.os }}-pip-
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r doc/requirements.txt
- name: Build docs
run: |
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
key: ${{ runner.os }}-cve-bin-tool-${{ steps.get-date.outputs.date }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
- name: Install cabextract
run: sudo apt-get install cabextract
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
SET_ENV_NAME_COUNT: LONG_TESTS
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
- name: Install cabextract
run: sudo apt-get install cabextract
Expand Down Expand Up @@ -188,7 +188,7 @@ jobs:
fail_ci_if_error: false

windows_tests:
name: Windows Python 3.9 and 3.10
name: Windows Tests
runs-on: ${{ matrix.os }}
strategy:
matrix:
Expand Down Expand Up @@ -225,7 +225,7 @@ jobs:
key: ${{ runner.os }}-cve-bin-tool-${{ steps.get-date.outputs.date }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt
- name: try single cli run of tool
run: |
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
key: ${{ runner.os }}-cve-bin-tool-${{ steps.get-date.outputs.date }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade pip setuptools wheel
pip install -r requirements.txt -r doc/requirements.txt
- name: Test to check for CVEs for python requirements and HTML report dependencies
run: |
Expand Down

0 comments on commit 0f0425f

Please sign in to comment.