From cbf7fe4a66387f5eaaa6fa6cc0b9a9b31e74c66d Mon Sep 17 00:00:00 2001 From: MarcoGorelli <33491632+MarcoGorelli@users.noreply.github.com> Date: Wed, 18 Oct 2023 12:51:08 +0100 Subject: [PATCH] try fixup --- .github/workflows/CI.yml | 4 ++++ example/derive_expression/requirements.txt | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 729272f..0a1462e 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -18,6 +18,10 @@ on: permissions: contents: read +concurrency: + group: ${{ github.workflow }}-${{ github.ref }} + cancel-in-progress: true + jobs: linux: runs-on: ubuntu-latest diff --git a/example/derive_expression/requirements.txt b/example/derive_expression/requirements.txt index bc93ce3..6471a4a 100644 --- a/example/derive_expression/requirements.txt +++ b/example/derive_expression/requirements.txt @@ -1,2 +1,6 @@ maturin polars +hypothesis +numpy +pandas +pytest