Skip to content
This repository has been archived by the owner on Jul 18, 2024. It is now read-only.

Commit

Permalink
Fix publish workflows file for poetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jordaneremieff committed Jul 25, 2021
1 parent 8ca3d0e commit 1f216a2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,9 @@ jobs:
${{ runner.os }}-publish-pip-
- name: Install dependencies
run: |
pip install -U -r requirements.txt
pip install setuptools wheel twine
pip install -U pip poetry
poetry config --local virtualenvs.in-project true
poetry install
- name: Run tests
run: scripts/test
- name: Publish
Expand Down

0 comments on commit 1f216a2

Please sign in to comment.