Skip to content

Commit

Permalink
fix(release): Trigger release to update recipes
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswmackey committed Dec 6, 2023
1 parent 99df37f commit e21c414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: '3.10'
- name: install python dependencies
run: |
pip install -r dev-requirements.txt
Expand Down

0 comments on commit e21c414

Please sign in to comment.