Skip to content

Commit

Permalink
ci: fix release workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
zitsen committed Sep 7, 2022
1 parent 1c09342 commit 4fa76fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ jobs:
- name: Test
run: |
export LD_LIBRARY_PATH=$PWD/TDengine/build/build/lib
export TDENGINE_URL=localhost:6041
poetry run pip install psutil pandas
poetry run pytest tests
- name: Build Artifacts
Expand Down

0 comments on commit 4fa76fc

Please sign in to comment.