We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 41d10dc commit 5dd570dCopy full SHA for 5dd570d
1 file changed
.github/workflows/ci_docker.yml
@@ -20,7 +20,7 @@ jobs:
20
21
- name: Install local package and dependencies
22
run: |
23
- pip install .[test] --no-build-isolation
+ python -m pip install .[test] --no-build-isolation
24
25
- name: Overload adios4dolfinx
26
if: ${{ matrix.container_version == 'nightly' }}
0 commit comments