Skip to content

Commit

Permalink
update workflow test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alleria1809 committed Jul 12, 2024
1 parent cb191eb commit 3f5f001
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,12 @@ jobs:
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Install Poetry and dependencies
- name: Install Poetry
run: |
python -m pip install --upgrade pip
pip install poetry
poetry env use python${{ matrix.python-version }}
- name: Change to the lightrag directory and install dependencies
run: |
cd lightrag
poetry install --no-dev
- name: Build the distribution
Expand All @@ -63,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: dist
path: lightrag/dist/**
path: lightrag/dist/


dry-run-publish:
Expand Down

0 comments on commit 3f5f001

Please sign in to comment.