Skip to content

Commit b3729b7

Browse files
committed
ci: remove trailing new line from python version file
Signed-off-by: Lucas Roesler <[email protected]>
1 parent bbcaa20 commit b3729b7

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/cicd.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ jobs:
5252
- name: Setup Python
5353
uses: actions/setup-python@v4
5454
with:
55-
python-version-file: ".python-version"
5655
cache: poetry
5756

5857
- name: Setup package
@@ -87,7 +86,6 @@ jobs:
8786
- name: Setup Python
8887
uses: actions/setup-python@v4
8988
with:
90-
python-version-file: ".python-version"
9189
cache: poetry
9290

9391
- name: Setup package

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.9.7
1+
3.9.16

0 commit comments

Comments
 (0)