Skip to content

Commit

Permalink
Quotes around 3.10 to prevent bug
Browse files Browse the repository at this point in the history
  • Loading branch information
niekdejonge authored Aug 14, 2024
1 parent 15d7540 commit c6ae6dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: "3.10"
- name: Python info
run: |
which python
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
python-version: ['3.10']
exclude:
# already tested in first_check job
- python-version: 3.10
- python-version: "3.10"
os: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
activate-environment: spec2vec-build
auto-update-conda: true
environment-file: conda/environment-build.yml
python-version: 3.10
python-version: "3.10"
- name: Show conda config
shell: bash -l {0}
run: |
Expand Down

0 comments on commit c6ae6dd

Please sign in to comment.