Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/github_actions/conda-incubator/…
Browse files Browse the repository at this point in the history
…setup-miniconda-3
  • Loading branch information
jonas-eschle authored Sep 24, 2024
2 parents 6bbbb97 + 4b35701 commit d14366f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
name: unittests

on:
workflow_dispatch:
push:
tags:
- "*"
branches:
- master
- main
- "ci/*"
pull_request:

Expand All @@ -26,7 +28,7 @@ jobs:
- 3.10
name: Tests for Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: conda-incubator/setup-miniconda@v3
with:
mamba-version: "*"
Expand All @@ -53,7 +55,7 @@ jobs:
dist:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: actions/setup-python@v2

- name: Install wheel and sdist requirements
Expand Down

0 comments on commit d14366f

Please sign in to comment.