Skip to content

Commit 12fbf2c

Browse files
committed
TST: remove duplicate test job
1 parent 809ed23 commit 12fbf2c

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -66,29 +66,6 @@ jobs:
6666
name: test_results
6767
path: test_results/
6868

69-
minimal-dependencies:
70-
runs-on: ubuntu-latest
71-
steps:
72-
- name: Checkout Source
73-
uses: actions/checkout@v4
74-
- name: Setup Python
75-
uses: actions/setup-python@v5
76-
with:
77-
python-version: '3.9'
78-
- name: Build library
79-
run: |
80-
python -m pip install --upgrade pip
81-
python -m pip install tomli tomli_w
82-
python scripts/hardpin_minimal_dependencies.py
83-
python -m pip install .
84-
python -m pip install --requirement requirements/tests.txt
85-
86-
- name: Run test suite
87-
run: |
88-
python -m pip freeze
89-
pytest --color yes
90-
91-
9269
image-tests:
9370
name: Image tests
9471
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)