Skip to content

Commit

Permalink
⬆️ Fix: No PATH In Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Reversedeer committed Feb 3, 2025
1 parent 9c53339 commit ad9db39
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ jobs:
virtualenvs-in-project: true
- name: Add Poetry to PATH (Windows)
if: runner.os == 'Windows'
run: |
echo "$env:APPDATA\Python\Scripts" >> $env:GITHUB_PATH
poetry --version
run: echo "$env:APPDATA\Python\Scripts" >> $env:GITHUB_PATH

- name: Install plugin
run: poetry install
Expand Down

0 comments on commit ad9db39

Please sign in to comment.