File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6868 - name : Install Pydra
6969 run : pip install .[test]
7070 - name : Print version
71- run : python -c "import pydra.engine; print(pydra.engine .__version__)"
71+ run : python -c "import pydra.engine; print(pydra.utils .__version__)"
7272 - name : Disable etelemetry
7373 run : echo "NO_ET=TRUE" >> $GITHUB_ENV
7474 - name : Pytest
@@ -211,7 +211,7 @@ jobs:
211211 docker exec slurm bash -c "CONFIGURE_OPTS=\"-with-openssl=/opt/openssl\" pyenv install -v 3.11.5"
212212 fi
213213 docker exec slurm bash -c "pyenv global ${{ matrix.python-version }}"
214- docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test,psij] && python -c 'import pydra.engine; print(pydra.engine .__version__)'"
214+ docker exec slurm bash -c "pip install --upgrade pip && pip install -e /pydra[test,psij] && python -c 'import pydra.engine; print(pydra.utils .__version__)'"
215215 - name : Run pytest
216216 run : |
217217 docker exec slurm bash -c "pytest /pydra/pydra/engine/tests/test_submitter.py --rootdir /pydra/pydra --only-worker=${{ matrix.worker }} --color=yes -vs --cov pydra --cov-config /pydra/.coveragerc --cov-report xml:/pydra/cov.xml"
@@ -291,7 +291,7 @@ jobs:
291291 # fi
292292 # - name: Install Pydra
293293 # run: |
294- # pip install --upgrade pip && pip install -e .[test] && python -c 'import pydra.engine; print(pydra.engine .__version__)'
294+ # pip install --upgrade pip && pip install -e .[test] && python -c 'import pydra.engine; print(pydra.utils .__version__)'
295295 # - name: Run pytest
296296 # run: |
297297 # pytest pydra/engine/tests/test_submitter.py --rootdir . --only-worker=sge --color=yes -vs --cov pydra --cov-config .coveragerc --cov-report xml:cov.xml
You can’t perform that action at this time.
0 commit comments