Skip to content

Commit cb8d949

Browse files
committed
NRL-000 setup python env
1 parent dd1e91d commit cb8d949

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/pr-env-deploy.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -289,8 +289,10 @@ jobs:
289289
with:
290290
asdf_branch: v0.13.1
291291

292-
- name: Python Dependency Install
293-
run: poetry install --no-root
292+
- name: Setup Python environment
293+
run: |
294+
poetry install --no-root
295+
source $(poetry env info --path)/bin/activate
294296
295297
- name: Configure Management Credentials
296298
uses: aws-actions/configure-aws-credentials@v4
@@ -306,7 +308,7 @@ jobs:
306308
307309
performance-test:
308310
name: Run Performance Tests
309-
needs: [set-environment-id, integration-test]
311+
needs: [set-environment-id, smoke-test]
310312
environment: pull-request
311313
runs-on: [self-hosted, ci]
312314

0 commit comments

Comments
 (0)