Skip to content

Commit

Permalink
Fixing documentation dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsaxe committed Apr 9, 2024
1 parent af78555 commit c2ac070
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,21 +18,24 @@ jobs:
uname -a
df -h
ulimit -a
# More info on options: https://github.com/conda-incubator/setup-miniconda
- uses: conda-incubator/setup-miniconda@v3
- name: Set up Python 3.12
uses: actions/setup-python@v2
with:
python-version: "3.12"
environment-file: devtools/conda-envs/test_env.yaml
activate-environment: test
auto-update-conda: false
auto-activate-base: false
show-channel-urls: true
python-version: 3.12

- name: Install package
# conda setup requires this special shell
shell: bash -l {0}
run: |
python -m pip install . --no-deps
conda list
- name: Linting Dependencies
shell: bash
run: |
python -m pip install -U black flake8
- name: Run linters
shell: bash -l {0}
run: |
Expand Down Expand Up @@ -71,7 +74,6 @@ jobs:
df -h
ulimit -a
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
Expand Down

0 comments on commit c2ac070

Please sign in to comment.