Skip to content

Commit 098e326

Browse files
Merge pull request #173 from neutrinoceros/tst/remove_duplicate_job
TST: remove duplicate test job
2 parents 809ed23 + 9971e1a commit 098e326

File tree

1 file changed

+2
-23
lines changed

1 file changed

+2
-23
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,12 @@ on:
99
schedule:
1010
# run this every Wednesday at 3 am UTC
1111
- cron: 0 3 * * 3
12+
workflow_dispatch:
1213

1314
jobs:
1415
tests:
1516
strategy:
17+
fail-fast: false
1618
matrix:
1719
os:
1820
- ubuntu-latest
@@ -66,29 +68,6 @@ jobs:
6668
name: test_results
6769
path: test_results/
6870

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-
9271
image-tests:
9372
name: Image tests
9473
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)