Skip to content

Commit

Permalink
An attempt to fix activate on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
openvmp committed Jan 13, 2024
1 parent aec54df commit 9543b05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
python-version: ["3.9", "3.10", "3.11"]
runs-on: ${{ matrix.os }}
env:
BIN_DIR: ${{ runner.os == 'Windows' && 'Scripts' || 'bin' }}
BIN_DIR: ${{ matrix.os == 'windows-latest' && 'Scripts' || 'bin' }}

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9543b05

Please sign in to comment.