Skip to content

Commit

Permalink
fix: remove requirements/min-requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Nov 30, 2023
1 parent 3c4b111 commit b75f288
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/unittests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deps & CI
name: CI

on:
push:
Expand Down Expand Up @@ -31,15 +31,10 @@ jobs:
AFNI_TTATLAS_DATASET: /opt/afni/atlases
AFNI_PLUGINPATH: /opt/afni/plugins
ANTSPATH: /opt/ants
DEPS: ${{ matrix.deps }}.txt
strategy:
max-parallel: 5
matrix:
python-version: ["3.10", "3.11", "3.12"]
deps: ["requirements"]
include:
- python-version: "3.10"
deps: "min-requirements"

steps:
- uses: actions/cache@v3
Expand Down Expand Up @@ -117,7 +112,6 @@ jobs:
- name: Install dependencies
timeout-minutes: 5
run: |
pip install -r $DEPS
pip install .[tests]
Expand Down

0 comments on commit b75f288

Please sign in to comment.