Skip to content

Commit

Permalink
ci: fix ci.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
long2ice committed Sep 17, 2022
1 parent 6513b20 commit 8191ac7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:
with:
python-version: "3.x"
- name: Install and configure Poetry
uses: snok/install-poetry@v1.1.1
with:
virtualenvs-create: false
run: |
pip install -U pip poetry
poetry config virtualenvs.create false
- name: CI
run: make ci

0 comments on commit 8191ac7

Please sign in to comment.