We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 637f0b5 commit b823319Copy full SHA for b823319
.github/workflows/publish.yml
@@ -20,16 +20,17 @@ jobs:
20
environment: release
21
steps:
22
- uses: actions/checkout@v4
23
- - name: Install poetry
24
- run: |
25
- python -m pip install --upgrade pip
26
- pip install poetry
27
28
- name: Set up Python ${{ matrix.python-version }}
29
uses: actions/setup-python@v4
30
with:
31
python-version: ${{ matrix.python-version }}
32
+ - name: Install poetry
+ run: |
+ python -m pip install --upgrade pip
+ pip install poetry
33
+
34
- name: Install dependencies
35
run: |
36
poetry install
0 commit comments