CI fix
Some checks failed
Python CI / test (push) Failing after 49s

This commit is contained in:
Duncan Tourolle 2025-06-07 19:30:50 +02:00
parent 2c28cfb7e8
commit 1becc146ae

View File

@ -178,5 +178,7 @@ jobs:
- 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')"