CI fix
All checks were successful
Python CI / test (push) Successful in 46s

This commit is contained in:
Duncan Tourolle 2025-06-07 19:38:29 +02:00
parent 1becc146ae
commit 22d3505256

View File

@ -174,11 +174,3 @@ jobs:
echo "Force updating badges branch with new coverage data..."
git commit -m "Update coverage badges [skip ci]"
git push -f origin badges
- name: Test package installation
run: |
# Test that the package can be imported
python -m pip install --upgrade pip
# Install package in development mode
pip install -e .
python -c "import pyWebLayout; print('Package imported successfully')"