Skip to content

Commit

Permalink
Merge pull request #54 from scop/ci/pre-commit-python-version
Browse files Browse the repository at this point in the history
ci(pre-commit): relax python version
  • Loading branch information
scop committed Feb 14, 2022
2 parents 712843a + 7e8a25a commit f40ca14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: 3.8
- uses: actions/cache@v2
with:
path: |
Expand All @@ -22,9 +20,9 @@ jobs:
${{ runner.os }} pip
${{ hashFiles('requirements-dev.txt', 'requirements-test.txt') }}
- run: |
python3.8 -m venv venv
python3 -m venv venv
source venv/bin/activate
python3.8 -m pip install -Ur requirements-dev.txt
python3 -m pip install -Ur requirements-dev.txt
- uses: pre-commit/action@v2.0.3

test:
Expand Down

0 comments on commit f40ca14

Please sign in to comment.