Skip to content

Commit

Permalink
windows tests failing?
Browse files Browse the repository at this point in the history
  • Loading branch information
gbarter committed Mar 31, 2024
1 parent c435fec commit d2f3b82
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/CI_RAFT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ jobs:
channels: conda-forge
channel-priority: true

# Install
- name: Extras
run: |
conda install -y pytest meson ninja
- name: Conda Install RAFT
run: |
pip install -e .
Expand Down
2 changes: 1 addition & 1 deletion environment-source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ channels:
dependencies:
- matplotlib
- numpy
- openmdao
- openmdao > 3.30
- pip
- python
- pyyaml
Expand Down
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- matplotlib
- moorpy
- numpy
- openmdao
- openmdao > 3.30
- pyhams
- pip
- python
Expand Down

0 comments on commit d2f3b82

Please sign in to comment.