Skip to content

Commit

Permalink
test 5 (?)
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianSchiller committed Jun 25, 2024
1 parent b9177f1 commit 7db6ae1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/push-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
- name: Add conda to system path
run: |
# $CONDA is an environment variable pointing to the root of the miniconda directory
echo $CONDA/bin >> $GITHUB_PATH
- name: Install dependencies
run: |
conda install -y python=3.9 # https://github.com/conda/conda/issues/13560#issuecomment-1992720842
conda env update --file environment.yml --name base
- name: Install dependencies
run: |
pip install sphinx sphinx_rtd_theme myst_parser sphinxcontrib-autoprogram
Expand Down

0 comments on commit 7db6ae1

Please sign in to comment.