test-system-install

This commit is contained in:
Kevin Stillhammer 2024-10-25 15:29:06 +02:00
parent 55c849c79e
commit 1bbfe9c09c
No known key found for this signature in database

View file

@ -53,5 +53,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./
- run: sudo -E env "PATH=$PATH" uv pip install --system black
- run: black --version
- run: sudo -E env "PATH=$PATH" uv pip install --python=3.13t -i https://pypi.anaconda.org/scientific-python-nightly-wheels/simple cython
- run: cython --version