Skip to content

Commit

Permalink
More github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbird committed Aug 20, 2024
1 parent 7d5ad55 commit 835d18d
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ on:
jobs:
build:
runs-on: ubuntu-latest
env:
NUMPY_VERSION: 1.15
defaults:
run:
shell: bash -l {0}
Expand Down Expand Up @@ -43,13 +41,11 @@ jobs:
activate-environment: test
show-channel-urls: true
use-only-tar-bz2: true

- run:
conda info

- name: Build
run: |
conda install --yes numpy cython mpi4py nose setuptools openmpi gcc_linux-64
conda create --yes -n test python=${{ matrix.python-version }} gcc_linux-64
source activate test
conda install --yes numpy nose cython mpi4py openmpi
python setup.py install
- name: Unit tests
run: |
Expand Down

0 comments on commit 835d18d

Please sign in to comment.