mirror of
https://github.com/trailofbits/algo.git
synced 2025-08-02 19:03:04 +02:00
python and cache for actions
This commit is contained in:
parent
be44d87101
commit
db0a17d778
1 changed files with 6 additions and 3 deletions
9
.github/workflows/main.yml
vendored
9
.github/workflows/main.yml
vendored
|
@ -9,7 +9,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
@ -34,7 +35,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
@ -93,7 +95,8 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
- uses: actions/setup-python@v2.3.1
|
||||
with:
|
||||
python-version: '3.7'
|
||||
python-version: '3.9'
|
||||
cache: 'pip'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
|
Loading…
Add table
Reference in a new issue