Skip to content

Commit

Permalink
Update python-package.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ssttkkl authored Feb 9, 2023
1 parent 51b5d38 commit cbc53a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ jobs:
- name: Install package (for Windows)
if: ${{ matrix.os == 'windows-latest' }}
run: |
Get-ChildItem "*-win*.whl" | Foreach-Object { python -m pip install $_.FullName }
Get-ChildItem "dist/*-win*.whl" | Foreach-Object { python -m pip install $_.FullName }
- name: Test
run: |
mv mahjong_utils _mahjong_utils # to avoid importing from workspace
Expand Down

0 comments on commit cbc53a8

Please sign in to comment.