We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b884f91 commit 8469a18Copy full SHA for 8469a18
.github/workflows/test_python_ver_matrix.yml
@@ -70,6 +70,11 @@ jobs:
70
path: ${{ env.pooch-cache }}
71
key: ${{ runner.os }}-py${{ matrix.python-version }}-${{ github.job }}
72
73
+ # https://github.com/sbmlteam/python-libsbml/issues/40
74
+ - name: No -Werror
75
+ if: matrix.python-version == '3.11'
76
+ run: sed -ri "s/ error//" pytest.ini
77
+
78
- name: Python tests
79
run: |
80
source venv/bin/activate \
0 commit comments