Skip to content

Commit

Permalink
ci: fixed workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikBjare committed Oct 31, 2023
1 parent 0b698c3 commit af482a1
Showing 1 changed file with 5 additions and 8 deletions.
13 changes: 5 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ jobs:
with:
submodules: 'recursive'
- name: Install poetry
run: |
pip install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
Expand Down Expand Up @@ -56,14 +55,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'
- name: Install poetry
run: |
pip install poetry
- name: Install dependencies
run: |
make build
Expand All @@ -76,14 +74,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install poetry
run: pipx install poetry
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
cache: 'poetry'
- name: Install poetry
run: |
pip install poetry
- name: Install dependencies
run: |
make build
Expand Down

0 comments on commit af482a1

Please sign in to comment.