Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pep299 committed Jun 6, 2022
1 parent 30b198c commit 7cd273c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ jobs:
- name: Poetry Version
run: |
poetry --version
- name: Poetry virtual envs not create
run: |
poetry config virtualenvs.create false
- name: Poetry Install Dependencies
run: |
poetry install --no-interaction
Expand Down

0 comments on commit 7cd273c

Please sign in to comment.