Skip to content

Commit

Permalink
Merge pull request #190 from kejacobson/docs_ci_fix
Browse files Browse the repository at this point in the history
Fix CI pipeline for deploying the documentation
  • Loading branch information
kejacobson authored Dec 11, 2024
2 parents 60abb43 + 9fabd03 commit 8cab854
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/host_docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.9

- name: Run unit test
run: |
Expand All @@ -34,7 +34,7 @@ jobs:
echo "=============================================================";
source $CONDA/etc/profile.d/conda.sh;
echo $CONDA/bin >> $GITHUB_PATH;
conda create -n OpenMDAO python=3.8 numpy=1 scipy=1 -q -y;
conda create -n OpenMDAO python=3.9 numpy=1 scipy=1 -q -y;
conda activate OpenMDAO;
pip install --upgrade pip
echo "=============================================================";
Expand Down

0 comments on commit 8cab854

Please sign in to comment.