Skip to content

Commit

Permalink
try now
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Mather committed Nov 21, 2023
1 parent 2ab04d3 commit 90abc38
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
name: Test stripy

on:
push
push:
release:
workflow_dispatch:

jobs:
build:
Expand All @@ -23,7 +25,8 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: mamba-org/setup-micromamba@v1
- with:
with:
micromamba-version: "1.3.1-0"
environment-name: test-env
create-args: >-
python=${{ matrix.python-version }}
Expand All @@ -33,14 +36,13 @@ jobs:
gfortran
build
meson
micromamba-version: "1.3.1-0"
init-shell: >-
bash
powershell
cache-environment: true
post-cleanup: "all"

- name: Install current stripy
- name: Install current gplately
run: |
pip install .
Expand Down

0 comments on commit 90abc38

Please sign in to comment.