CI fix
Python CI / test (push) Failing after 47s

This commit is contained in:
2025-06-07 19:27:25 +02:00
parent bd49fe17d1
commit 2c28cfb7e8
+1
View File
@@ -178,4 +178,5 @@ jobs:
- name: Test package installation - name: Test package installation
run: | run: |
# Test that the package can be imported # Test that the package can be imported
pip install -e .
python -c "import pyWebLayout; print('Package imported successfully')" python -c "import pyWebLayout; print('Package imported successfully')"