mirror of
https://github.com/wilsonfreitas/awesome-quant.git
synced 2026-08-24 17:38:04 +00:00
Added --no-root to poetry install
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
pip install poetry
|
pip install poetry
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
poetry install
|
poetry install --no-root --no-interaction
|
||||||
- name: Run parser
|
- name: Run parser
|
||||||
run: |
|
run: |
|
||||||
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
export GITHUB_ACCESS_TOKEN=${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user