👷 — Fix CI (broken since changes in Makefile)

This commit is contained in:
Luc Didry 2023-12-18 08:19:44 +01:00
parent 1def0a0661
commit 13cd20ad96
No known key found for this signature in database
GPG key ID: EA868E12D0257E3C

View file

@ -20,6 +20,7 @@ install:
stage: install stage: install
script: script:
- make venv - make venv
- make develop
cache: cache:
<<: *global_cache <<: *global_cache
policy: push policy: push