Skip to content

Commit

Permalink
Set pre-commit python version to 3.8 in continuous deployment equival…
Browse files Browse the repository at this point in the history
…ent ti ci
  • Loading branch information
janssenhenning committed Dec 10, 2021
1 parent bf0d29f commit fa2fabb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ jobs:
restore-keys: |
pip-pre-commit-
- name: Set up Python 3.7
- name: Set up Python 3.8
uses: actions/setup-python@v2
with:
python-version: 3.7
python-version: 3.8

- name: Install python dependencies
run: |
Expand Down

0 comments on commit fa2fabb

Please sign in to comment.