Skip to content

Commit 0fdde01

Browse files
authored
update gitlab repo location (#772)
* update repo location * update again * enable cache for mypy and pylint action
1 parent 2775b6b commit 0fdde01

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/ci_action.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,7 @@ jobs:
4747
uses: actions/setup-python@v4
4848
with:
4949
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
50+
cache: pip
5251

5352
- name: Install packages
5453
run: pip install .[DEV] --upgrade --upgrade-strategy eager

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ build_docker_image:
2626
LAYER_NAME: dotai-eo
2727
- when: manual
2828
trigger:
29-
project: teams/eor/dotai/infra
29+
project: eo/infra/docker
3030
allow_failure: true

0 commit comments

Comments
 (0)