Skip to content

Commit

Permalink
Add working directory to agbenchmark pipy CI (Significant-Gravitas#5237)
Browse files Browse the repository at this point in the history
  • Loading branch information
waynehamadi authored Sep 16, 2023
1 parent 5039f25 commit 098bcb8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/benchmark_publish_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,17 @@ jobs:
run: |
curl -sSL https://install.python-poetry.org | python3 -
echo "$HOME/.poetry/bin" >> $GITHUB_PATH
- name: Build project for distribution
working-directory: ./benchmark/
run: poetry build

- name: Install dependencies
working-directory: ./benchmark/
run: poetry install

- name: Check Version
working-directory: ./benchmark/
id: check-version
run: |
echo version=$(poetry version --short) >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 098bcb8

Please sign in to comment.