Skip to content

Commit

Permalink
use different regex to replace pynx version
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaspie committed Jun 8, 2024
1 parent 0137a73 commit e76216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nomad-requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Replace pynxtools dependency in NOMAD pyproject.toml
working-directory: ./nomad
run: |
sed -i "s|pynxtools\\\[convert\\\].*|pynxtools\[convert\]@git+https://github.com/FAIRmat-NFDI/pynxtools.git@${{ github.head_ref }}|" pyproject.toml
sed -i 's|pynxtools\[convert\]==[0-9]\+\(\.[0-9]\+\)\{0,2\}|pynxtools\[convert\]@git+https://github.com/FAIRmat-NFDI/pynxtools.git@${{ github.head_ref }}|' pyproject.toml
- name: Set up Python
uses: actions/setup-python@v2
Expand Down

0 comments on commit e76216f

Please sign in to comment.