Skip to content

Commit 839edcd

Browse files
committed
Cleanup integration workflow
1 parent efd6a34 commit 839edcd

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/constraints.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
pip==22.3.1
2-
poetry==1.2.2
2+
poetry==1.3.0
33
virtualenv==20.17.1

.github/workflows/integration.yml

-3
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,8 @@ jobs:
3232
3333
- name: Install Poetry
3434
run: |
35-
python -m pip install --upgrade pip
3635
pipx install --pip-args=--constraint=.github/workflows/constraints.txt poetry
37-
python -m pip install --upgrade poetry
3836
poetry --version
39-
poetry install
4037
4138
- name: Install dependencies
4239
run: poetry install

0 commit comments

Comments
 (0)