Skip to content

Commit

Permalink
update publish with only supported python versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Arpit-Sharma-USC committed Jan 19, 2023
1 parent 92fdcc1 commit d996246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Expand Up @@ -14,7 +14,7 @@ jobs:

strategy:
matrix:
python-version: [ 3.5, 3.6, 3.7, 3.8, 3.9 ]
python-version: [ 3.7, 3.8, 3.9 ]

steps:
- uses: actions/checkout@v2
Expand All @@ -30,7 +30,7 @@ jobs:
- name: Run tests
run: |
make test
make unittest
- name: Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Run tests
run: |
make test
make unittest
- name: Coverage
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit d996246

Please sign in to comment.