We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2775b6b commit 0fdde01Copy full SHA for 0fdde01
.github/workflows/ci_action.yml
@@ -47,8 +47,7 @@ jobs:
47
uses: actions/setup-python@v4
48
with:
49
python-version: "3.8"
50
- # cache: pip # uncomment when all requirements are in `pyproject.toml`
51
- # caching the entire environment is faster when cache exists but slower for cache creation
+ cache: pip
52
53
- name: Install packages
54
run: pip install .[DEV] --upgrade --upgrade-strategy eager
.gitlab-ci.yml
@@ -26,5 +26,5 @@ build_docker_image:
26
LAYER_NAME: dotai-eo
27
- when: manual
28
trigger:
29
- project: teams/eor/dotai/infra
+ project: eo/infra/docker
30
allow_failure: true
0 commit comments