Skip to content

Commit

Permalink
#3: [MERGE] Fixup text, only py3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
garyd203 committed Dec 24, 2020
1 parent 69c2026 commit 0c1303c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Validate and Test
name: Validate & Test

on:
push:
Expand All @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.7", "3.8"]
python-version: ["3.7"]

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

0 comments on commit 0c1303c

Please sign in to comment.