mirror of
https://github.com/markqvist/rnsh.git
synced 2025-06-15 01:29:21 -04:00
Update python-package.yml
This commit is contained in:
parent
0b2ba53944
commit
3e99756db6
1 changed files with 1 additions and 5 deletions
6
.github/workflows/python-package.yml
vendored
6
.github/workflows/python-package.yml
vendored
|
@ -29,11 +29,7 @@ jobs:
|
||||||
key: poetry-${{ hashFiles('**/poetry.lock') }}
|
key: poetry-${{ hashFiles('**/poetry.lock') }}
|
||||||
restore-keys: |
|
restore-keys: |
|
||||||
poetry-${{ hashFiles('**/poetry.lock') }}
|
poetry-${{ hashFiles('**/poetry.lock') }}
|
||||||
|
|
||||||
- name: Set Poetry config
|
|
||||||
run: |
|
|
||||||
poetry config settings.virtualenvs.in-project false
|
|
||||||
poetry config settings.virtualenvs.path ~/.virtualenvs
|
|
||||||
|
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
run: poetry install
|
run: poetry install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue