Skip to content

Commit

Permalink
added test versions for 3.10/11
Browse files Browse the repository at this point in the history
  • Loading branch information
Delberin-Ali committed Oct 3, 2024
1 parent e0abb4c commit ffa2932
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,9 @@ jobs:
if: ${{ !inputs.skipTest }}
shell: bash -l {0}
run: | # Upgraded to Python 3.10
conda create -y -n testenv python=3.9
conda create -y -n testenv python=3.10
conda create -y -n testenv python=3.11
conda activate testenv
conda install -y -c i4ds/label/${{ inputs.label }} -c i4ds -c conda-forge ${{ inputs.packageName }}="${{ needs.build_base.outputs.pkgv }}"
python -c "${{ inputs.pythonCall }}"

0 comments on commit ffa2932

Please sign in to comment.