Skip to content

Commit

Permalink
add more tests and freshen up the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Dec 15, 2023
1 parent becb30a commit 17167eb
Show file tree
Hide file tree
Showing 3 changed files with 313 additions and 206 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/CI_RAFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,21 @@ jobs:

steps:
- name: checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: conda-incubator/setup-miniconda@v2
# https://github.com/marketplace/actions/setup-miniconda
with:
mamba-version: "*"
miniconda-version: "latest"
#auto-update-conda: true
# To use mamba, uncomment here, comment out the miniforge line
#mamba-version: "*"
miniforge-version: "latest"
auto-update-conda: true
python-version: ${{ matrix.python-version }}
environment-file: environment.yml
channels: conda-forge
channel-priority: true
activate-environment: test
auto-activate-base: false
channels: conda-forge
channel-priority: true

# Install
- name: Conda Install RAFT
Expand Down
200 changes: 0 additions & 200 deletions tests/inactivetest_omdao_OC3spar.py

This file was deleted.

Loading

0 comments on commit 17167eb

Please sign in to comment.