Skip to content

Commit f943880

Browse files
venv
1 parent 2c41de6 commit f943880

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-python.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,9 @@ jobs:
111111
${{ steps.vars.outputs.VENV_CALL }}
112112
python -m mypy geoengine
113113
- name: Build
114-
run: python -m build .
114+
run: |
115+
${{ steps.vars.outputs.VENV_CALL }}
116+
python -m build .
115117
- name: Install test dependencies
116118
run: |
117119
${{ steps.vars.outputs.VENV_CALL }}

0 commit comments

Comments
 (0)