Skip to content

Commit

Permalink
try adding env variable for pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelPesce committed Nov 20, 2024
1 parent e5d8671 commit 34fb6eb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,12 @@ jobs:
activate-environment: watertap-ui-env
miniforge-version: latest

- name: Set env
run: echo "project=watertap" >> $GITHUB_ENV

- name: Test
run: echo $project

- name: Install watertap-ui Python package
run: |
pip install --progress-bar off .
Expand Down

0 comments on commit 34fb6eb

Please sign in to comment.