Skip to content

Commit

Permalink
update: release pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelfeil committed Jun 20, 2024
1 parent 6a882c2 commit d6cc3dd
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,11 @@ jobs:

- name: Install dependencies
run: |
pip install poetry
pip install poetry==1.8.3
poetry config virtualenvs.create false
poetry check --lock
poetry install --extras sentence_transformers --with test
- name: Lint with flake8
run: |
Expand Down Expand Up @@ -79,7 +81,7 @@ jobs:
- name: Install dependencies from current branch
run: |
cd branch-dir
pip install poetry
pip install poetry==1.8.3
poetry config virtualenvs.create false
poetry install --extras sentence_transformers --with test
- name: create shinx docs from current branch
Expand Down

0 comments on commit d6cc3dd

Please sign in to comment.