Skip to content

Commit

Permalink
Update ci_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pllim authored Nov 4, 2024
1 parent a9cd460 commit 91b40db
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ on:
- '*'
pull_request:

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

jobs:
build:
runs-on: ubuntu-latest
Expand All @@ -28,7 +32,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine wheel jupyter-packaging jupyterlab4
pip install twine wheel jupyter-packaging jupyterlab
- name: Build
run: |
Expand Down

0 comments on commit 91b40db

Please sign in to comment.