Skip to content

Commit

Permalink
Merge pull request #95 from taosdata/ci/fix-release-workflow
Browse files Browse the repository at this point in the history
ci: fix release workflow error
  • Loading branch information
zitsen authored Sep 7, 2022
2 parents 1c09342 + 4fa76fc commit 3f49f2c
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 3f49f2c

Please sign in to comment.