Skip to content

Commit ee8d76a

Browse files
Updated files with 'repo_helper'. (#76)
Co-authored-by: repo-helper[bot] <74742576+repo-helper[bot]@users.noreply.github.com>
1 parent 92b4fae commit ee8d76a

File tree

6 files changed

+4
-48
lines changed

6 files changed

+4
-48
lines changed

.github/actions_build_conda.sh

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/actions_deploy_conda.sh

Lines changed: 0 additions & 23 deletions
This file was deleted.

.github/workflows/conda_ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
python -m pip install --upgrade pip setuptools wheel
4040
python -m pip install --upgrade "whey-conda" "setuptools<61,>=40.6.0" "wheel>=0.34.2"
4141
# $CONDA is an environment variable pointing to the root of the miniconda directory
42+
$CONDA/bin/conda update -n base conda
4243
$CONDA/bin/conda config --add channels conda-forge
4344
$CONDA/bin/conda config --add channels domdfcoding
4445

.github/workflows/python_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3838
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3939
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
40-
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
40+
- {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
4141

4242
steps:
4343
- name: Checkout 🛎️

.github/workflows/python_ci_linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- {python-version: "pypy-3.6", testenvs: "pypy36,build", experimental: False}
3939
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
4040
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
41-
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
41+
- {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
4242

4343
steps:
4444
- name: Checkout 🛎️

.github/workflows/python_ci_macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
- {python-version: "3.11.0-alpha.6", testenvs: "py311-dev,build", experimental: True}
3737
- {python-version: "pypy-3.7", testenvs: "pypy37,build", experimental: True}
3838
- {python-version: "pypy-3.8", testenvs: "pypy38,build", experimental: True}
39-
- {python-version: "pypy-3.9", testenvs: "pypy39,build", experimental: True}
39+
- {python-version: "pypy-3.9", testenvs: "pypy39", experimental: True}
4040

4141
steps:
4242
- name: Checkout 🛎️

0 commit comments

Comments
 (0)