Compare commits
1 commit
a65acdff34
...
5ba4085e60
Author | SHA1 | Date | |
---|---|---|---|
5ba4085e60 |
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ jobs:
|
||||||
- uses: actions/setup-python@v5
|
- uses: actions/setup-python@v5
|
||||||
with:
|
with:
|
||||||
python-version: '3.11'
|
python-version: '3.11'
|
||||||
cache-dependency-path: '**/requirements.prod.txt'
|
cache-dependency-path: '**/requirements.dev.txt'
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
working-directory: core
|
working-directory: core
|
||||||
run: pip3 install -r requirements.dev.txt
|
run: pip3 install -r requirements.dev.txt
|
||||||
|
|
Loading…
Add table
Reference in a new issue