Skip to content

Commit

Permalink
reduce number of versions in unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
edwinnglabs committed Jan 29, 2023
1 parent adf1304 commit 88cc2c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/black.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Lint
name: lint

on: [push]

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
# You can use PyPy versions in python-version.
# For example, pypy2 and pypy3
matrix:
python-version: [3.7, 3.8, 3.9]
python-version: [3.9]

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 88cc2c2

Please sign in to comment.