Skip to content

Commit

Permalink
Merge pull request #164 from billsioros/fix/set-python-version-to-3.9…
Browse files Browse the repository at this point in the history
…-(instance.yml)

fix(instance.yml): set `python-version` to 3.9
  • Loading branch information
billsioros authored May 25, 2023
2 parents beae69d + 4cd2c98 commit 22c3a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/instance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.8"
python-version: 3.9
- name: Install cookiecutter
run: |
pip install -U pip cookiecutter
Expand Down

0 comments on commit 22c3a9b

Please sign in to comment.