drop nightly
authorJosh Roesslein <jroesslein@gmail.com>
Wed, 8 Jul 2020 03:36:09 +0000 (20:36 -0700)
committerJosh Roesslein <jroesslein@gmail.com>
Wed, 8 Jul 2020 03:36:09 +0000 (20:36 -0700)
.github/workflows/ci.yml

index e8cf1f112f546bb248dfaf3b0c46099a4a844188..7bc13afc48805e5e0030a60f891162f3b9d8f193 100644 (file)
@@ -7,7 +7,7 @@ jobs:
     runs-on: ubuntu-latest
     strategy:
       matrix:
-        python-version: [2.7, 3.5, 3.6, 3.7, 3.8, nightly]
+        python-version: [2.7, 3.5, 3.6, 3.7, 3.8]
 
     steps:
       - uses: actions/checkout@v2