Skip to content

Commit

Permalink
fix: install full dependencies while building TSDB package;
Browse files Browse the repository at this point in the history
  • Loading branch information
WenjieDu committed Nov 6, 2023
1 parent a83271a commit 8b78b03
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish_to_PyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ jobs:
with:
python-version: '3.10'
check-latest: true
cache-dependency-path: |
requirements.txt
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build
pip install -r requirements.txt
- name: Fetch the test environment details
run: |
Expand Down

0 comments on commit 8b78b03

Please sign in to comment.