Skip to content

Commit

Permalink
ci: fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewthetechie committed Apr 15, 2024
1 parent afee054 commit 68d2a58
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,10 @@ jobs:
with:
python-version: "3.11"

- name: Upgrade pip
- name: Install pip and poetry
run: |
pip install --constraint=package-requirements.txt pip
pip install --upgrade --constraint .github/workflows/constraints.txt pip poetry
pip --version
- name: Install Poetry
run: |
pip install --constraint=package-requirements.txt poetry
poetry --version
- name: Build package
Expand Down

0 comments on commit 68d2a58

Please sign in to comment.