Skip to content

Commit

Permalink
Try pinning versions
Browse files Browse the repository at this point in the history
Pinned everything that gets installed by pip to versions used last time CI ran
successfully
  • Loading branch information
mnlevy1981 committed Dec 17, 2024
1 parent 8afa28f commit c152943
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
fi
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Install pyyaml so mamba can pip install other packages
run: |
pip install pyyaml
- name: Set up conda environment with micromamba
uses: mamba-org/setup-micromamba@v2
with:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/ci2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ jobs:
- uses: actions/checkout@v2

# Install dependencies
- name: Install pyyaml so mamba can pip install other packages
run: |
pip install pyyaml
- name: Set up conda environment with micromamba
uses: mamba-org/setup-micromamba@v2
with:
Expand Down
6 changes: 3 additions & 3 deletions ci/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- xarray
- zarr
- pip:
- sphinx-click
- sphinxcontrib-autoyaml
- git+https://github.com/dask/dask-mpi.git
- sphinx-click=6.0.0
- sphinxcontrib-autoyaml=1.1.3
- git+https://github.com/dask/dask-mpi.git=2022.4.0
- '--editable=..'

0 comments on commit c152943

Please sign in to comment.