Skip to content

Commit

Permalink
Installing 1.2.1 version of NOMAD
Browse files Browse the repository at this point in the history
  • Loading branch information
ka-sarthak committed Feb 21, 2024
1 parent 2971683 commit db97dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install .[dev]
pip install nomad-lab==1.2.1 pytest structlog==22.3.0 xmltodict==0.13.0
- name: Test with pytest
run: |
pytest

0 comments on commit db97dbe

Please sign in to comment.