Skip to content

Commit

Permalink
- [eoyilmaz#414] Trying to fix Windows workflow (2).
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz authored and oldgithubman committed Oct 16, 2024
1 parent f85dfab commit a8be499
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,9 @@ jobs:
ls -l dist/
$wheel_file = Get-ChildItem -Path dist -Filter DisplayCAL-*.whl
pip install $wheel_file.FullName
# $PYPATH = Get-Command python | Select-Object -ExpandProperty Source
# $PYDIR = Split-Path $PYPATH
# Copy-Item -Path "$PYDIR\Lib\site-packages\DisplayCAL\lib64\python${{ env.py_version }}\RealDisplaySizeMM.*.pyd" -Destination "./DisplayCAL/lib64/python${{ env.py_version }}/"
$PYPATH = Get-Command python | Select-Object -ExpandProperty Source
$PYDIR = Split-Path $PYPATH
Copy-Item -Path "$PYDIR\Lib\site-packages\DisplayCAL\lib64\python${{ env.py_version }}\RealDisplaySizeMM.*.pyd" -Destination "./DisplayCAL/lib64/python${{ env.py_version }}/"
- name: Test with pytest
run: |
Expand Down

0 comments on commit a8be499

Please sign in to comment.