Skip to content

Commit

Permalink
Update config path
Browse files Browse the repository at this point in the history
  • Loading branch information
kesmit13 committed Jan 24, 2024
1 parent 51b0d77 commit b3b5197
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
- name: Determine path to installed package
run: |
echo TEST_CONFIG_FILE=${{ github.workspace }}/setup.cfg >> $GITHUB_ENV
echo TEST_CONFIG_FILE=${{ github.workspace }}/../setup.cfg >> $GITHUB_ENV
echo TEST_HOME=$(python3 -c 'import os; print(os.path.dirname(os.__file__))')/site-packages/singlestoredb/tests >> $GITHUB_ENV
- name: Build sdist
Expand Down

0 comments on commit b3b5197

Please sign in to comment.