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 38673bd commit a9c476a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,16 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Install python version
uses: gabrielfalcao/pyenv-action@v18
uses: gabrielfalcao/pyenv-action@v13
with:
default: 3.10.6
command: pip install -U pip # upgrade pip after installing python

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

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

0 comments on commit a9c476a

Please sign in to comment.