|
@@ -29,7 +29,7 @@ jobs:
|
|
uses: snok/install-poetry@v1
|
|
uses: snok/install-poetry@v1
|
|
- name: Install dependencies
|
|
- name: Install dependencies
|
|
run: |
|
|
run: |
|
|
- poetry install --no-interaction
|
|
|
|
|
|
+ poetry install --no-interaction --no-root
|
|
- name: Get Latest Fixtures
|
|
- name: Get Latest Fixtures
|
|
run: |
|
|
run: |
|
|
poetry run python main.py
|
|
poetry run python main.py
|