Skip to content

Commit a483660

Browse files
committed
updated version location
1 parent d897fea commit a483660

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci-cd.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
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

0 commit comments

Comments
 (0)