We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
uv
1 parent 73c0519 commit b97da20Copy full SHA for b97da20
.github/workflows/httomolibgpu_tests_run_iris.yml
@@ -14,7 +14,6 @@ jobs:
14
image: nvidia/cuda:12.6.3-devel-ubi8
15
env:
16
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
17
- AGENT_TOOLSDIRECTORY: /home
18
19
defaults:
20
run:
@@ -24,13 +23,15 @@ jobs:
24
23
- name: Checkout repository code
25
uses: actions/checkout@v4
26
27
- - uses: actions/setup-python@v5
28
- with:
29
- python-version: '3.12.8'
+ - name: Install uv
+ uses: astral-sh/setup-uv@v4
+
+ - name: Setup python
30
+ run: uv python install 3.12
31
32
- name: Install httomolibgpu
33
run: |
- pip install .[dev]
34
+ uv pip install .[dev]
35
36
- name: Run tests
37
0 commit comments