Skip to content

Commit

Permalink
try fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoGorelli committed Oct 18, 2023
1 parent 5d3835f commit cbf7fe4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ on:
permissions:
contents: read

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
linux:
runs-on: ubuntu-latest
Expand Down
4 changes: 4 additions & 0 deletions example/derive_expression/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
maturin
polars
hypothesis
numpy
pandas
pytest

0 comments on commit cbf7fe4

Please sign in to comment.