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 a9c476a commit 3f6401e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,16 @@ jobs:
needs: clean
steps:
- uses: actions/checkout@v4

- name: Install system dependencies for pyenv
run: |
sudo apt-get update
sudo apt-get install build-essential zlib1g-dev libffi-dev libssl-dev \
libbz2-dev libreadline-dev libsqlite3-dev liblzma-dev \
libncurses-dev tk-dev
- 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 Down

0 comments on commit 3f6401e

Please sign in to comment.