From 664080786952ae35d4c16e36b86976ab9140722c Mon Sep 17 00:00:00 2001 From: Alvin Noe Ladines Date: Fri, 19 Apr 2024 11:30:05 +0200 Subject: [PATCH] Fix gh actions --- .github/workflows/python-actions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-actions.yaml b/.github/workflows/python-actions.yaml index e9bb4c6c..92757120 100644 --- a/.github/workflows/python-actions.yaml +++ b/.github/workflows/python-actions.yaml @@ -12,9 +12,9 @@ jobs: - name: Install dependencies run: | pip install --upgrade pip + pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple # we need the latest nomad version for testing pip install nomad-lab[infrastructure]@git+https://github.com/nomad-coe/nomad.git@develop - pip install '.[dev]' --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple pip install coverage coveralls - name: mypy run: |