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 90abc38 commit c47e046
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ jobs:
create-args: >-
python=${{ matrix.python-version }}
numpy
scipy
pytest
fortran-compiler
gfortran
build
meson
init-shell: >-
Expand All @@ -44,7 +44,7 @@ jobs:

- name: Install current gplately
run: |
pip install .
pip install . --no-binary :all: --no-cache-dir --no-dependencies
- name: Test with pytest
run: |
Expand Down

0 comments on commit c47e046

Please sign in to comment.