We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64b7c21 commit fbd5171Copy full SHA for fbd5171
.github/workflows/pytest.yaml
@@ -45,7 +45,7 @@ jobs:
45
# in pyproject.toml and docs/install.rst
46
run: pip install numpy==1.26.4 scipy==1.13.1 attrs==21.3.0
47
- name: Install development version
48
- run: pip install -e .[dev,trexio]
+ run: pip install -e .[dev]
49
# If some tests are slow against expectations, pytest will abort due to timeout.
50
- name: Run pytest WITH coverage for fast tests
51
if: ${{ matrix.os == 'ubuntu-latest'}}
pyproject.toml
@@ -57,7 +57,6 @@ dev = [
57
"sympy",
58
59
]
60
-trexio = ["trexio>=2.0.0"]
61
62
[project.urls]
63
Documentation = "https://iodata.readthedocs.io/en/latest/"
0 commit comments