Skip to content

Commit 6f40c1b

Browse files
committed
Removed get-poetry.py after installing dependencies in GH actions.
1 parent 66c3dd5 commit 6f40c1b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry.py
2424
python get-poetry.py --version 1.0.2 -y
2525
$HOME/.poetry/bin/poetry install
26+
rm get-poetry.py
2627
- name: Lint with flake8
2728
run: |
2829
pip install flake8

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
curl -sSL https://raw.githubusercontent.com/python-poetry/poetry/master/get-poetry.py > get-poetry.py
2424
python get-poetry.py --version 1.0.2 -y
2525
$HOME/.poetry/bin/poetry install
26+
rm get-poetry.py
2627
- name: Poetry - Set Version & Build
2728
run: |
2829
poetry version ${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)