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