Try installing the module that fails in pytest
Some checks failed
Unit Testing / test (3.11) (pull_request) Failing after 10s
Unit Testing / test (3.13) (pull_request) Failing after 13s
Unit Testing / test (3.12) (pull_request) Successful in 32s
Unit Testing / test (3.10) (pull_request) Successful in 43s
Unit Testing / test (3.8) (pull_request) Successful in 35s
Unit Testing / test (3.9) (pull_request) Successful in 32s

This commit is contained in:
2026-02-26 14:27:27 +01:00
parent bf1d39eded
commit 7b54c65410

View File

@@ -32,10 +32,7 @@ jobs:
python -m pip install --upgrade pip
pip install pytest
pip install -r requirements.txt
- name: Log pytest config
run: |
pytest --trace-config
pip install bec-ipython-client
- name: Test with pytest
run: |