Skip to content

Commit

Permalink
Bunp python version
Browse files Browse the repository at this point in the history
  • Loading branch information
ostrokach committed Mar 24, 2021
1 parent f21a74f commit 676dbd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ stages:

variables:
PACKAGE_VERSION: "0.1.25"
PYTHON_VERSION: "3.7"
PYTHON_VERSION: "3.8"

# === Configurations ===

Expand Down Expand Up @@ -70,7 +70,7 @@ build:
- >
conda build .
--variant-config-files /opt/conda/conda_build_config.yaml
--variants "{python: [$PYTHON_VERSION], numpy: [1.16], python_impl: [cpython]}"
--variants "{python: [${PYTHON_VERSION}], numpy: [1.16], python_impl: [cpython]}"
--no-test
--output-folder "$CI_PROJECT_DIR/conda-bld"
artifacts:
Expand Down

0 comments on commit 676dbd7

Please sign in to comment.