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 2f74ce4 commit c931e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
command: pip install -U pip # upgrade pip after installing python

- name: create environment
run: pyenv local 3.10.6 && python -mvenv .venv310
run: pyenv local 3.10.6 && python -mvenv .venv390

- name: Install dependencies
run: |
Expand Down

0 comments on commit c931e6c

Please sign in to comment.