Skip to content

Commit

Permalink
stop creating symbolic links to extension module in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
apparebit committed Oct 8, 2024
1 parent fdc1506 commit 55fbe24
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,15 +64,6 @@ jobs:
- name: Build extension module
run: pip install -e .[dev]

- name: Create symbolic links
if: runner.os != 'Windows'
run: |
mkdir -p prettypretty/color
ln -s '../color.abi3.so' prettypretty/color/gamut.abi3.so
ln -s '../color.abi3.so' prettypretty/color/spectrum.abi3.so
ln -s '../color.abi3.so' prettypretty/color/style.abi3.so
ln -s '../color.abi3.so' prettypretty/color/trans.abi3.so
- name: Typecheck and test Python code
run: python -m runtest

Expand Down

0 comments on commit 55fbe24

Please sign in to comment.