Skip to content

Commit

Permalink
test for p38
Browse files Browse the repository at this point in the history
  • Loading branch information
tomsail committed Apr 8, 2024
1 parent ef6b28e commit 150d0fc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v1
with:
python-version: "3.9"
python-version: "3.8"
- name: Install dependencies
run: |
pip install black flake8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-python@v2
with:
python-version: "3.9"
python-version: "3.8"
- uses: actions/checkout@v2
- name: Lint with flake8
run: |
Expand Down

0 comments on commit 150d0fc

Please sign in to comment.