Skip to content

Commit

Permalink
ci: remove trailing zero
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Oct 3, 2024
1 parent 5503b00 commit 96b7bdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- os: ubuntu-latest
pip_cache_path: ~/.cache/pip
experimental: false
python-version: [3.7, 3.8, 3.9, 3.10, 3.11]
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"]
defaults:
run:
shell: bash -l {0} # For conda
Expand Down
4 changes: 2 additions & 2 deletions conda.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: pytoda
dependencies:
- python>=3.8
- pip>=19.1,<20.3
- python>=3.7
- pip>=19.1
- pip:
- -r file:requirements.txt

0 comments on commit 96b7bdc

Please sign in to comment.