Skip to content

Commit c54ba45

Browse files
committed
Dumping abatilo poetry action
1 parent 7149746 commit c54ba45

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
python-version: ${{ matrix.python-version }}
3737

3838
- name: Install Poetry
39-
uses: abatilo/[email protected]
40-
with:
41-
poetry-version: "latest"
39+
run: |
40+
pipx install poetry --python python${{ matrix.python-version }}
41+
poetry --version
4242
4343
- name: Install dependencies
4444
run: poetry install
@@ -71,10 +71,10 @@ jobs:
7171
python-version: "3.11"
7272

7373
- name: Install Poetry
74-
uses: abatilo/[email protected]
75-
with:
76-
poetry-version: "latest"
77-
74+
run: |
75+
pipx install poetry --python python3.11
76+
poetry --version
77+
7878
- name: Install dependencies
7979
run: poetry install
8080

poetry.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)