Skip to content

Commit

Permalink
Fix from database column in dataframe to align with first item of `…
Browse files Browse the repository at this point in the history
…from key`.
  • Loading branch information
romainsacchi committed Sep 29, 2024
1 parent 6b7806c commit 452f934
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ jobs:

needs: clean
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install python version
uses: gabrielfalcao/pyenv-action@v13
uses: gabrielfalcao/pyenv-action@v18
with:
default: 3.10.6
command: pip install -U pip # upgrade pip after installing python
Expand All @@ -64,7 +64,7 @@ jobs:
runs-on: ubuntu-latest
needs: build
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install pypa/build
run: >-
python -m
Expand Down

0 comments on commit 452f934

Please sign in to comment.