Skip to content

Commit

Permalink
attempt to install greenlet from a wheel in the latest matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
robfalck committed Oct 13, 2023
1 parent 6f05127 commit e364c27
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/dymos_tests_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,15 @@ jobs:
python -m pip install jaxlib==${{ matrix.JAX }} jax==${{ matrix.JAX }}
fi
- name: Install greenlet
if: env.NAME == 'latest'
shell: bash -l {0}
run: |
echo "============================================================="
echo "Install greenlet from wheels"
echo "============================================================="
pip install --only-binary :all: greenlet
- name: Install PETSc
if: env.RUN_BUILD && matrix.PETSc
shell: bash -l {0}
Expand Down

0 comments on commit e364c27

Please sign in to comment.