We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d28203 commit e873e0bCopy full SHA for e873e0b
.github/workflows/nomad-compatibility.yml
@@ -46,7 +46,7 @@ jobs:
46
echo "" >> test_plugins.txt
47
echo "pynxtools@git+https://github.com/FAIRmat-NFDI/pynxtools.git@${{ github.head_ref || github.ref_name }}" >> test_plugins.txt
48
- name: Install uv and set the python version to ${{ env.python-version }}
49
- uses: astral-sh/setup-uv@v6
+ uses: astral-sh/setup-uv@v5
50
with:
51
python-version: ${{ env.python-version }}
52
- name: Generate (dev-)requirements.txt from modified pyproject.toml
0 commit comments