Skip to content

Commit 7c2b906

Browse files
committed
Revert CI changes
1 parent 1e51e71 commit 7c2b906

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,16 @@ jobs:
88

99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v4
11+
uses: actions/checkout@v3
1212

1313
- name: Define python
1414
run: echo "PYTHON_VERSION=$(cat .python-version)" >> $GITHUB_ENV
1515

1616
- name: Install python version
17-
uses: gabrielfalcao/pyenv-action@v18
17+
uses: gabrielfalcao/pyenv-action@v11
1818
with:
1919
default: "${{ env.PYTHON_VERSION }}"
20+
command: pip install -U pip
2021

2122
- name: Show python version
2223
run: python --version

0 commit comments

Comments
 (0)