Skip to content

Commit

Permalink
Update gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
ladinesa committed Sep 4, 2024
1 parent 4fdf876 commit 49a168b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/python-actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: 3.9
- name: Check out nomad
uses: actions/checkout@v3
with:
repository: nomad-coe/nomad
path: nomad
submodules: true
- name: Install dependencies
run: |
pip install --upgrade pip
pip install .[tests]
pip install ./nomad[parsing,infrastructure]
pip install .[tests] --index-url https://gitlab.mpcdf.mpg.de/api/v4/projects/2187/packages/pypi/simple
pip install types-PyYAML
- name: pycodestyle
run: |
Expand Down

0 comments on commit 49a168b

Please sign in to comment.