diff --git a/.github/workflows/coding-style.yml b/.github/workflows/coding-style.yml index ac53f481..7e0c404c 100644 --- a/.github/workflows/coding-style.yml +++ b/.github/workflows/coding-style.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: # Add multiple Python versions here to run tests on new(er) versions. - python-version: ["3.8"] + python-version: ["3.8", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -41,7 +41,7 @@ jobs: strategy: matrix: # Add multiple Python versions here to run tests on new(er) versions. - python-version: ["3.8"] + python-version: ["3.8", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/.github/workflows/regression-tests.yml b/.github/workflows/regression-tests.yml index 436a2803..9056e050 100644 --- a/.github/workflows/regression-tests.yml +++ b/.github/workflows/regression-tests.yml @@ -17,7 +17,7 @@ jobs: strategy: matrix: # Add multiple Python versions here to run tests on new(er) versions. - python-version: ["3.8"] + python-version: ["3.8", "3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} @@ -38,8 +38,8 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - # Add multiple Python versions here to run tests on new(er) versions. - python-version: ["3.8"] + # Select Python version to be used for compiling here. + python-version: ["3.10"] steps: - uses: actions/checkout@v3 - name: Set up Python ${{ matrix.python-version }} diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d3f57367..9744cc2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,7 +7,7 @@ stages: - deploy .virtenv: &virtualenv - - source /work/voss_ar/Software/miniconda3/etc/profile.d/conda.sh + - source /work/voss_ar/Software/miniconda-3.10/etc/profile.d/conda.sh - conda activate # To make things faster, re-use existing site packages. - python -m venv virtualenv --system-site-packages