From a9c476af291dd00ad78f644fa7c7f3e912c053dd Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 29 Sep 2024 16:28:10 +0300 Subject: [PATCH] Fix `from database` column in dataframe to align with first item of `from key`. --- .github/workflows/main.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dbadcd4..f87482d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -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 .