Skip to content

Commit

Permalink
- Modified the way the library is build in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
eoyilmaz committed Mar 26, 2024
1 parent 5dc4a22 commit d684282
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:
- name: Compile C-Extensions
run: |
sudo chmod a+rw /etc/udev/rules.d
python3 setup.py install
python3 -m build
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 d684282

Please sign in to comment.