Skip to content

Commit e873e0b

Browse files
committed
use older uv setup for now
1 parent 6d28203 commit e873e0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nomad-compatibility.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
echo "" >> test_plugins.txt
4747
echo "pynxtools@git+https://github.com/FAIRmat-NFDI/pynxtools.git@${{ github.head_ref || github.ref_name }}" >> test_plugins.txt
4848
- name: Install uv and set the python version to ${{ env.python-version }}
49-
uses: astral-sh/setup-uv@v6
49+
uses: astral-sh/setup-uv@v5
5050
with:
5151
python-version: ${{ env.python-version }}
5252
- name: Generate (dev-)requirements.txt from modified pyproject.toml

0 commit comments

Comments
 (0)