From 2f74ce4c8ca33ea6975c913b9b0a266bd944865c Mon Sep 17 00:00:00 2001 From: romainsacchi Date: Sun, 29 Sep 2024 15:56:37 +0200 Subject: [PATCH] Fix `from database` column in dataframe to align with first item of `from key`. --- .github/workflows/main.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fb69bef..a0ceb48 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,6 +71,13 @@ jobs: Pypi: runs-on: ubuntu-latest needs: build + + strategy: + fail-fast: false + matrix: + os: [ "ubuntu-latest" ] + python-version: [ "3.11" ] + steps: - uses: actions/checkout@v4 - name: Install pypa/build @@ -79,6 +86,7 @@ jobs: pip install build --user + - name: Build a binary wheel and a source tarball run: >- python -m