Skip to content

Commit

Permalink
fix env
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed Feb 10, 2023
1 parent c7d39e9 commit 2b17f4b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
# CI tests for environments with requirements in pinned versions, using Scikit-learn backend
# All commits must pass this

name: Scikit - Pinned - Py${{matrix.python-version}} - ${{ matrix.os }}
name: Scikit-Learn - Pinned - Py${{matrix.python-version}} - ${{ matrix.os }}
needs: detect-ci-trigger
runs-on: ${{ matrix.os }}
if: needs.detect-ci-trigger.outputs.triggered == 'false'
Expand All @@ -57,7 +57,7 @@ jobs:

- name: Set environment variables
run: |
echo "CONDA_ENV_FILE=ci/requirements/py${{matrix.python-version}}-pinned-scikitlearn.yml" >> $GITHUB_ENV
echo "CONDA_ENV_FILE=ci/requirements/py${{matrix.python-version}}-all-pinned-scikitlearn.yml" >> $GITHUB_ENV
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Setup micromamba
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
# CI tests for environments with requirements in pinned versions, using Dask-ML backend
# All commits must pass this

name: DaskML - Pinned - Py${{matrix.python-version}} - ${{ matrix.os }}
name: Dask-ML - Pinned - Py${{matrix.python-version}} - ${{ matrix.os }}
needs: detect-ci-trigger
runs-on: ${{ matrix.os }}
if: needs.detect-ci-trigger.outputs.triggered == 'false'
Expand All @@ -127,7 +127,7 @@ jobs:

- name: Set environment variables
run: |
echo "CONDA_ENV_FILE=ci/requirements/py${{matrix.python-version}}-pinned-daskml.yml" >> $GITHUB_ENV
echo "CONDA_ENV_FILE=ci/requirements/py${{matrix.python-version}}-all-pinned-daskml.yml" >> $GITHUB_ENV
echo "PYTHON_VERSION=${{ matrix.python-version }}" >> $GITHUB_ENV
- name: Setup micromamba
Expand Down
16 changes: 8 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
scipy>=1.1.0
xarray>=0.12.1
scikit-learn>=0.21
ipython>=5.0.0
numpydoc>=0.6.0
netCDF4>=1.3.1
dask>=0.16.0
toolz>=0.8.2
scipy>=1.8.0
xarray>=2022.3.0
scikit-learn>=1.2.1
ipython>=8.3.0
netCDF4>=1.5.8
dask>=2022.05.0
toolz>=0.8.2
numpydoc>=0.6.0

0 comments on commit 2b17f4b

Please sign in to comment.