Skip to content

Commit

Permalink
Explicitly use Python 3.8 environment for pre-commit in CI (#1421)
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Dec 6, 2022
1 parent a8c84c5 commit b5169a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,10 @@ jobs:
with:
submodules: true

- name: Set up Python 3.10
- name: Set up Python 3.8
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: '3.8'

- name: Install dependencies
run: |
Expand Down

0 comments on commit b5169a8

Please sign in to comment.