Skip to content

Commit

Permalink
Update config for ci workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
esloch committed Nov 30, 2023
1 parent a7c36f5 commit cdeee20
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,21 @@ on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 60
timeout-minutes: 30
strategy:
matrix:
python-version: ["3.11"]
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true

defaults:
run:
shell: bash -l {0}

steps:
- uses: actions/checkout@v2

- uses: conda-incubator/setup-miniconda@v2
with:
miniconda-version: "latest"
Expand All @@ -30,6 +30,7 @@ jobs:
use-mamba: true
miniforge-variant: Mambaforge


- name: Install dependencies
run: |
curl -sSL https://install.python-poetry.org/ | python -
Expand Down

0 comments on commit cdeee20

Please sign in to comment.