Skip to content

Commit fbd5171

Browse files
Dhruv KumarDhruv Kumar
authored andcommitted
Revert "Fix CI workflow"
This reverts commit 64b7c21.
1 parent 64b7c21 commit fbd5171

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/pytest.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# in pyproject.toml and docs/install.rst
4646
run: pip install numpy==1.26.4 scipy==1.13.1 attrs==21.3.0
4747
- name: Install development version
48-
run: pip install -e .[dev,trexio]
48+
run: pip install -e .[dev]
4949
# If some tests are slow against expectations, pytest will abort due to timeout.
5050
- name: Run pytest WITH coverage for fast tests
5151
if: ${{ matrix.os == 'ubuntu-latest'}}

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ dev = [
5757
"sympy",
5858

5959
]
60-
trexio = ["trexio>=2.0.0"]
6160

6261
[project.urls]
6362
Documentation = "https://iodata.readthedocs.io/en/latest/"

0 commit comments

Comments
 (0)