Skip to content

Commit

Permalink
Merge branch 'bugfix/bump_python'
Browse files Browse the repository at this point in the history
  • Loading branch information
GjjvdBurg committed Jan 2, 2023
2 parents 216b26a + ef6223d commit 7e42362
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
run: sudo apt-get update && sudo apt-get install build-essential
shell: bash

- name: Install Python 3.6
- name: Install Python 3.8
uses: actions/setup-python@v2
with:
python-version: '3.6'
python-version: '3.8'

- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 7e42362

Please sign in to comment.