Skip to content

Commit

Permalink
Merge pull request #2853 from swryan/doc_upload
Browse files Browse the repository at this point in the history
Install openssl=3.0 for docs upload in GitHub workflow
  • Loading branch information
swryan committed Mar 15, 2023
2 parents 2c9ff7c + 7588c75 commit cc7f739
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/openmdao_test_workflow.yml
Expand Up @@ -360,6 +360,11 @@ jobs:
DOCS_LOCATION: ${{ secrets.DOCS_LOCATION }}
run: |
if [[ "${#DOCS_LOCATION}" ]]; then
echo "============================================================="
echo "Install version of openssl compatible with hosting service"
echo "============================================================="
conda install -c conda-forge 'openssl=3.0'
echo "============================================================="
echo "Publish docs"
echo "============================================================="
Expand Down
2 changes: 0 additions & 2 deletions openmdao/docs/upload_doc_version.py
@@ -1,7 +1,5 @@
import sys
import subprocess
import pipes
import os


def get_tag_info():
Expand Down

0 comments on commit cc7f739

Please sign in to comment.