projects
/
tweepy.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b560ba7
)
drop nightly
author
Josh Roesslein
<jroesslein@gmail.com>
Wed, 8 Jul 2020 03:36:09 +0000
(20:36 -0700)
committer
Josh Roesslein
<jroesslein@gmail.com>
Wed, 8 Jul 2020 03:36:09 +0000
(20:36 -0700)
.github/workflows/ci.yml
patch
|
blob
|
blame
|
history
diff --git
a/.github/workflows/ci.yml
b/.github/workflows/ci.yml
index e8cf1f112f546bb248dfaf3b0c46099a4a844188..7bc13afc48805e5e0030a60f891162f3b9d8f193 100644
(file)
--- a/
.github/workflows/ci.yml
+++ b/
.github/workflows/ci.yml
@@
-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