Skip to content

Commit

Permalink
[repo-helper] Configuration Update (#44)
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 2850507 commit 2a7b90f
Show file tree
Hide file tree
Showing 3 changed files with 9 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
2 changes: 1 addition & 1 deletion .github/workflows/python_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- {python-version: "pypy-3.6", testenvs: "pypy36", 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}
- {python-version: "pypy-3.9-v7.3.15", testenvs: "pypy39,build", experimental: True}

steps:
- name: Checkout 🛎️
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

0 comments on commit 2a7b90f

Please sign in to comment.