Skip to content

Commit

Permalink
fix version
Browse files Browse the repository at this point in the history
  • Loading branch information
adamovanja committed Nov 29, 2024
1 parent 5363705 commit 8a73bc0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up python 3.10
uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'

- name: Install dependencies
run: |
Expand All @@ -42,11 +42,11 @@ jobs:
fetch-depth: 0
- uses: actions/setup-python@v5
with:
python-version: 3.10
python-version: '3.10'
- uses: conda-incubator/setup-miniconda@v2
with:
auto-update-conda: true
python-version: 3.10
python-version: '3.10'
- name: Run tests
# ugly because I wanted to keep one location of dependencies
run: |
Expand Down

0 comments on commit 8a73bc0

Please sign in to comment.