Skip to content

Commit

Permalink
fix poetry install on macOS and Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Mar 20, 2024
1 parent bd1081a commit 08a2aa2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/autogpt-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,7 @@ jobs:
- name: Install Python dependencies
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.local/bin" >> $GITHUB_PATH
poetry install
- name: Run pytest with coverage
Expand Down Expand Up @@ -419,8 +420,9 @@ jobs:
run: |
Invoke-WebRequest -Uri https://install.python-poetry.org -OutFile install-poetry.py
python install-poetry.py
poetry install
rm install-poetry.py
echo "C:\Users\runneradmin\AppData\Roaming\Python\Scripts" >> $GITHUB_PATH
poetry install
- name: Run pytest with coverage
run: |
Expand Down

0 comments on commit 08a2aa2

Please # to comment.