Skip to content

Commit

Permalink
ci: create project env before setting whl path (#355)
Browse files Browse the repository at this point in the history
Signed-off-by: Charles Moore <[email protected]>
  • Loading branch information
moorec-aws authored Jul 11, 2024
1 parent 6f2a3f4 commit 03cd25e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions pipeline/e2e.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ then
if [ "$TEST_TYPE" = "WHEEL" ]
then
hatch build
hatch env create
export WORKER_AGENT_WHL_PATH=dist/`hatch run metadata name | sed 's/-/_/g'`-`hatch run version`-py3-none-any.whl
echo "Set WORKER_AGENT_WHL_PATH to $WORKER_AGENT_WHL_PATH"
fi
Expand Down
1 change: 1 addition & 0 deletions pipeline/integ.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ then
if [ "$TEST_TYPE" = "WHEEL" ]
then
hatch build
hatch env create
export WORKER_AGENT_WHL_PATH=dist/`hatch run metadata name | sed 's/-/_/g'`-`hatch run version`-py3-none-any.whl
echo "Set WORKER_AGENT_WHL_PATH to $WORKER_AGENT_WHL_PATH"
fi
Expand Down

0 comments on commit 03cd25e

Please sign in to comment.