Skip to content

Commit

Permalink
- Trying to fix the github action (2)
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Mar 26, 2024
1 parent ca971eb commit 662a6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
sudo chmod a+rw /etc/udev/rules.d
python3 -m build
pip install dist/DisplayCAL-*.whl
export PYPATH=`which python`
export PYDIR=`dirname $PYPATH`
cp $PYDIR/../lib/python${{env.py_version}}/site-packages/DisplayCAL/lib64/RealDisplaySizeMM.cpython-${{ env.py_version}}-x86_64-linux-gnu.so ./DisplayCAL/lib64/python${{ env.py_version }}/
# cp ./build/lib.linux-x86_64-${{ env.add_dir_str }}/DisplayCAL/lib64/python${{ env.py_version }}/RealDisplaySizeMM.cpython-${{ env.py_version }}-x86_64-linux-gnu.so ./DisplayCAL/lib64/python${{ env.py_version }}/
- name: Test with pytest
Expand Down

0 comments on commit 662a6ad

Please sign in to comment.