fixed poetry install command
All checks were successful
Build Documentation / Build Documentation (push) Successful in 11s
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 3s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s

This commit is contained in:
SeaswimmerTheFsh 2024-02-05 18:44:24 -05:00
parent faea4b5120
commit 4bcfd6d6a2
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- name: Install dependencies
run: poetry install --with docs --no-root
run: poetry install --no-root
- name: Set environment variables
uses: actions/env@v2