We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69af2bb commit 93b2d21Copy full SHA for 93b2d21
.github/workflows/linting.yml
@@ -2,7 +2,7 @@ name: Static Analysis
2
on: [pull_request]
3
jobs:
4
python-linting:
5
- runs-on: ubuntu-22.04
+ runs-on: ubuntu-20.04
6
steps:
7
- uses: actions/checkout@v2
8
.github/workflows/unit_tests.yml
@@ -2,7 +2,7 @@ name: easyconfigs unit tests
test-suite:
strategy:
matrix:
python: [3.6]
0 commit comments