Skip to content

Commit 40bf765

Browse files
committed
fixed pypi release action to install with gpu flag
1 parent bdaeac1 commit 40bf765

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
python-version: ${{ matrix.python-version }}
3131
cache: pip
3232
- run: python -m pip install -U pip
33-
- run: python -m pip install -e .[test,vis]
33+
- run: python -m pip install -e .[test,vis,gpu]
3434
- run: pytest tests/ -v --cov=flowreg3d
3535

3636
build:

0 commit comments

Comments
 (0)