mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-11-10 06:34:11 +01:00
make deps-test should not depend on the models
This commit is contained in:
parent
b6c7283b4d
commit
2c211095d7
2 changed files with 8 additions and 1 deletions
7
.github/workflows/test-eynollah.yml
vendored
7
.github/workflows/test-eynollah.yml
vendored
|
|
@ -54,6 +54,13 @@ jobs:
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
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
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
python -m pip install --upgrade pip
|
python -m pip install --upgrade pip
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -70,7 +70,7 @@ install:
|
||||||
install-dev:
|
install-dev:
|
||||||
$(PIP) install -e .$(and $(EXTRAS),[$(EXTRAS)])
|
$(PIP) install -e .$(and $(EXTRAS),[$(EXTRAS)])
|
||||||
|
|
||||||
deps-test: $(EYNOLLAH_MODELS_ZIP)
|
deps-test:
|
||||||
$(PIP) install -r requirements-test.txt
|
$(PIP) install -r requirements-test.txt
|
||||||
|
|
||||||
smoke-test: TMPDIR != mktemp -d
|
smoke-test: TMPDIR != mktemp -d
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue