make deps-test should not depend on the models

This commit is contained in:
kba 2025-11-05 15:02:55 +01:00
parent b6c7283b4d
commit 2c211095d7
2 changed files with 8 additions and 1 deletions

View file

@ -54,6 +54,13 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
# - uses: actions/cache@v4
# with:
# path: |
# path/to/dependencies
# some/other/dependencies
# key: ${{ runner.os }}-${{ hashFiles('**/lockfiles') }}
- name: Install dependencies
run: |
python -m pip install --upgrade pip

View file

@ -70,7 +70,7 @@ install:
install-dev:
$(PIP) install -e .$(and $(EXTRAS),[$(EXTRAS)])
deps-test: $(EYNOLLAH_MODELS_ZIP)
deps-test:
$(PIP) install -r requirements-test.txt
smoke-test: TMPDIR != mktemp -d