Skip to content

Commit

Permalink
Upgrade conda and add py311 environment.
Browse files Browse the repository at this point in the history
  • Loading branch information
guzman-raphael committed Feb 3, 2023
1 parent 07a55b8 commit d514690
Show file tree
Hide file tree
Showing 7 changed files with 196 additions and 144 deletions.
138 changes: 89 additions & 49 deletions .github/workflows/development.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,47 +9,68 @@ jobs:
matrix:
include:
- distro: alpine
conda_ver: 4.12.0
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.11'
platform: linux/amd64
py_label: py310_
conda_sha256: 00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6
- distro: alpine
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.10'
platform: linux/amd64
py_label: py39_
conda_md5: 4e2f31e0b2598634c80daa12e4981647
py_label: py310_
conda_sha256: 00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.9
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.9'
platform: linux/amd64
py_label: py39_
conda_md5: 8c69f65a4ae27fb41df0fe552b4a8a3b
conda_sha256: e685005710679914a909bfb9c52183b3ccc56ad7bb84acc861d596fcbe5d28bb
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.8
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.8'
platform: linux/amd64
py_label: py38_
conda_md5: 14da4a9a44b337f7ccb8363537f65b9c
conda_sha256: 473e5ecc8e078e9ef89355fbca21f8eefa5f9081544befca99867c7beac3150d
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.7
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.7'
platform: linux/amd64
py_label: py37_
conda_md5: 9f186c1d86c266acc47dbc1603f0e2ed
conda_sha256: 22b14d52265b4e609c6ce78e2f2884b277d976b83b5f9c8a83423e3eba2ccfbe
- distro: debian
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.11'
platform: linux/amd64
py_label: py310_
- distro: debian
conda_ver: 4.12.0
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.10'
platform: linux/amd64
py_label: py39_
py_label: py310_
- distro: debian
conda_ver: 4.10.3
py_ver: 3.9
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.9'
platform: linux/amd64
py_label: py39_
- distro: debian
conda_ver: 4.10.3
py_ver: 3.8
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.8'
platform: linux/amd64
py_label: py38_
- distro: debian
conda_ver: 4.10.3
py_ver: 3.7
conda_ver: '22.11.1'
conda_suffix: '-1'
py_ver: '3.7'
platform: linux/amd64
py_label: py37_
# - distro: debian
Expand All @@ -70,10 +91,11 @@ jobs:
env:
DISTRO: ${{matrix.distro}}
CONDA_VER: ${{matrix.conda_ver}}
CONDA_SUFFIX: ${{matrix.conda_suffix}}
PY_VER: ${{matrix.py_ver}}
PLATFORM: ${{matrix.platform}}
PY_LABEL: ${{matrix.py_label}}
CONDA_MD5: ${{matrix.conda_md5}}
CONDA_SHA256: ${{matrix.conda_sha256}}
DOCKER_CLIENT_TIMEOUT: "120"
COMPOSE_HTTP_TIMEOUT: "120"
steps:
Expand Down Expand Up @@ -119,43 +141,53 @@ jobs:
matrix:
include:
- distro: alpine
conda_ver: 4.12.0
conda_ver: '22.11.1'
py_ver: '3.11'
platform: linux/amd64
package_manager: apk
- distro: alpine
conda_ver: '22.11.1'
py_ver: '3.10'
platform: linux/amd64
package_manager: apk
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.9
conda_ver: '22.11.1'
py_ver: '3.9'
platform: linux/amd64
package_manager: apk
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.8
conda_ver: '22.11.1'
py_ver: '3.8'
platform: linux/amd64
package_manager: apk
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.7
conda_ver: '22.11.1'
py_ver: '3.7'
platform: linux/amd64
package_manager: apk
- distro: debian
conda_ver: 4.12.0
conda_ver: '22.11.1'
py_ver: '3.11'
platform: linux/amd64
package_manager: apt
- distro: debian
conda_ver: '22.11.1'
py_ver: '3.10'
platform: linux/amd64
package_manager: apt
- distro: debian
conda_ver: 4.10.3
py_ver: 3.9
conda_ver: '22.11.1'
py_ver: '3.9'
platform: linux/amd64
package_manager: apt
- distro: debian
conda_ver: 4.10.3
py_ver: 3.8
conda_ver: '22.11.1'
py_ver: '3.8'
platform: linux/amd64
package_manager: apt
- distro: debian
conda_ver: 4.10.3
py_ver: 3.7
conda_ver: '22.11.1'
py_ver: '3.7'
platform: linux/amd64
package_manager: apt
# - distro: debian
Expand Down Expand Up @@ -213,36 +245,44 @@ jobs:
matrix:
include:
- distro: alpine
conda_ver: 4.12.0
conda_ver: '22.11.1'
py_ver: '3.11'
platform: linux/amd64
- distro: alpine
conda_ver: '22.11.1'
py_ver: '3.10'
platform: linux/amd64
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.9
conda_ver: '22.11.1'
py_ver: '3.9'
platform: linux/amd64
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.8
conda_ver: '22.11.1'
py_ver: '3.8'
platform: linux/amd64
- distro: alpine
conda_ver: 4.10.3
py_ver: 3.7
conda_ver: '22.11.1'
py_ver: '3.7'
platform: linux/amd64
- distro: debian
conda_ver: '22.11.1'
py_ver: '3.11'
platform: linux/amd64
- distro: debian
conda_ver: 4.12.0
conda_ver: '22.11.1'
py_ver: '3.10'
platform: linux/amd64
- distro: debian
conda_ver: 4.10.3
py_ver: 3.9
conda_ver: '22.11.1'
py_ver: '3.9'
platform: linux/amd64
- distro: debian
conda_ver: 4.10.3
py_ver: 3.8
conda_ver: '22.11.1'
py_ver: '3.8'
platform: linux/amd64
- distro: debian
conda_ver: 4.10.3
py_ver: 3.7
conda_ver: '22.11.1'
py_ver: '3.7'
platform: linux/amd64
# - distro: debian
# conda_ver: 4.10.3
Expand Down
44 changes: 24 additions & 20 deletions config/.env
Original file line number Diff line number Diff line change
@@ -1,30 +1,34 @@
## build

# CONDA_VER=4.12.0
# PY_VER='3.10'
# CONDA_VER=22.11.1
# CONDA_SUFFIX=-1
# PY_VER='3.11'
# PY_LABEL=py310_
# CONDA_SHA256=00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6

CONDA_VER=22.11.1
CONDA_SUFFIX=-1
PY_VER='3.10'
PY_LABEL=py310_
CONDA_SHA256=00938c3534750a0e4069499baf8f4e6dc1c2e471c86a59caa0dd03f4a9269db6

# CONDA_VER=22.11.1
# CONDA_SUFFIX=-1
# PY_VER='3.9'
# PY_LABEL=py39_
# CONDA_MD5=4e2f31e0b2598634c80daa12e4981647
# CONDA_SHA256=e685005710679914a909bfb9c52183b3ccc56ad7bb84acc861d596fcbe5d28bb

CONDA_VER=4.10.3
PY_VER=3.9
PY_LABEL=py39_
CONDA_MD5=8c69f65a4ae27fb41df0fe552b4a8a3b

# CONDA_VER=4.10.3
# PY_VER=3.8
# CONDA_VER=22.11.1
# CONDA_SUFFIX=-1
# PY_VER='3.8'
# PY_LABEL=py38_
# CONDA_MD5=14da4a9a44b337f7ccb8363537f65b9c
# CONDA_SHA256=473e5ecc8e078e9ef89355fbca21f8eefa5f9081544befca99867c7beac3150d

# CONDA_VER=4.10.3
# PY_VER=3.7
# CONDA_VER=22.11.1
# CONDA_SUFFIX=-1
# PY_VER='3.7'
# PY_LABEL=py37_
# CONDA_MD5=9f186c1d86c266acc47dbc1603f0e2ed

# CONDA_VER=4.5.4
# PY_VER=3.6
# CONDA_MD5=a946ea1d0c4a642ddf0c3a26a18bb16d


# CONDA_SHA256=22b14d52265b4e609c6ce78e2f2884b277d976b83b5f9c8a83423e3eba2ccfbe


## test
Expand Down
Loading

0 comments on commit d514690

Please sign in to comment.