Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#49)
Browse files Browse the repository at this point in the history
* Updated files with 'repo_helper'.

* Updated files with 'repo_helper'.

---------

Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
  • Loading branch information
repo-helper[bot] committed Jun 19, 2024
1 parent c5bb90a commit eb7dc21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/conda_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v5"
with:
python-version: "3.8"
python-version: "3.11"

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2.1.1
with:
activate-environment: env
conda-build-version: 3.28.4
python-version: "3.8"
miniconda-version: py311_24.1.2-0
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/python_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -188,14 +188,15 @@ jobs:
- name: Setup Python 🐍
uses: "actions/setup-python@v5"
with:
python-version: 3.8
python-version: 3.11

- name: Setup Conda
uses: conda-incubator/setup-miniconda@v2
uses: conda-incubator/setup-miniconda@v2.1.1
with:
activate-environment: env
conda-build-version: 3.28.4
python-version: "3.8"
miniconda-version: py311_24.1.2-0
python-version: "3.11"
miniforge-variant: Mambaforge

- name: Install dependencies 🔧
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/python_ci_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- {python-version: "3.11", testenvs: "py311,build", experimental: False}
- {python-version: "3.12", testenvs: "py312,build", experimental: False}
- {python-version: "3.13.0-beta.2", testenvs: "py313-dev,build", experimental: True}
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: False}
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: False}
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
Expand Down

0 comments on commit eb7dc21

Please sign in to comment.