Skip to content

Commit b223e6b

Browse files
Merge branch 'feat/migrate-uv' of https://github.com/ansys-internal/ansys-tools into feat/migrate-uv
2 parents fec7334 + 05b3373 commit b223e6b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/cicd.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,17 +62,14 @@ jobs:
6262
python -m pip install --upgrade pip
6363
pip install uv
6464
uv venv
65-
source .venv/bin/activate
6665
6766
- name: Install project dependencies
6867
run: |
69-
source .venv/bin/activate
7068
uv pip install -e .[tests]
7169
uv pip install tests/launcher/pkg_with_entrypoint
7270
7371
- name: Run tests
7472
run: |
75-
source .venv/bin/activate
7673
uv run pytest
7774
7875
# - uses: codecov/codecov-action@v5

0 commit comments

Comments
 (0)