diff --git a/.github/workflows/test_crippledfs.yml b/.github/workflows/test_crippledfs.yml index 65444e2..9e31bf1 100644 --- a/.github/workflows/test_crippledfs.yml +++ b/.github/workflows/test_crippledfs.yml @@ -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