Skip to content

Commit 5dd570d

Browse files
python -m
1 parent 41d10dc commit 5dd570d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci_docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
2121
- name: Install local package and dependencies
2222
run: |
23-
pip install .[test] --no-build-isolation
23+
python -m pip install .[test] --no-build-isolation
2424
2525
- name: Overload adios4dolfinx
2626
if: ${{ matrix.container_version == 'nightly' }}

0 commit comments

Comments
 (0)