Skip to content

Commit

Permalink
Checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
gmorgachev committed Sep 24, 2024
1 parent 2b6682e commit d126c3e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Install and configure Poetry
uses: snok/install-poetry@v1
with:
Expand All @@ -15,9 +17,7 @@ jobs:
virtualenvs-in-project: false
virtualenvs-path: ~/.cache/pypoetry/virtualenvs
installer-parallel: true
- name: ls
run: ls -la && ls -la ..
- name: Install dependencies
run: poetry install
run: poetry install --no-root
- name: Run build
run: poetry build

0 comments on commit d126c3e

Please sign in to comment.