Skip to content

Commit

Permalink
workflow change 4
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilAppleby committed May 1, 2024
1 parent 42562c5 commit a826f5e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.9
- run: pip3 install wheel
- uses: actions/checkout@v2
- run: |
Expand All @@ -144,7 +144,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-version: 3.12
python-version: 3.9
- uses: actions/checkout@v2
- name: Install setuptools
run: pip3 install setuptools
Expand Down
2 changes: 1 addition & 1 deletion carrot/_version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.6.13'
__version__ = '0.71'

0 comments on commit a826f5e

Please sign in to comment.