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 2847aeb commit 38673bd
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 @@ -48,8 +48,8 @@ jobs:

- name: Install dependencies
run: |
pip install pysqlite
pip install -r requirements.txt --upgrade pip
pip install PyMySQL
pip install pytest
pip install -e .
Expand Down

0 comments on commit 38673bd

Please sign in to comment.