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 7368494 commit 2f74ce4
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -79,6 +86,7 @@ jobs:
pip install
build
--user
- name: Build a binary wheel and a source tarball
run: >-
python -m
Expand Down

0 comments on commit 2f74ce4

Please sign in to comment.