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:
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue