Skip to content

Commit

Permalink
Update workflow to minimal supported Python version (3.6)
Browse files Browse the repository at this point in the history
  • Loading branch information
mih committed Apr 10, 2021
1 parent 7078c9d commit 4d2c049
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_crippledfs.yml
Expand Up @@ -28,10 +28,10 @@ jobs:
git config --global user.email "test@github.land"
git config --global user.name "GitHub Almighty"
- uses: actions/checkout@v1
- name: Set up Python 3.5
- name: Set up Python 3.6
uses: actions/setup-python@v1
with:
python-version: 3.5
python-version: 3.6
- name: Install dependencies
run: |
pip install -r requirements-devel.txt
Expand Down

0 comments on commit 4d2c049

Please sign in to comment.