1
0
mirror of https://github.com/eternnoir/pyTelegramBotAPI.git synced 2023-08-10 21:12:57 +03:00

Merge pull request #1200 from pablodz/patch-1

Fix long string blocking version of python on github actions setup
This commit is contained in:
Badiboy 2021-06-22 08:29:50 +03:00 committed by GitHub
commit b20f5b359b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions
name: ActionsSetupPython
name: Setup
# Controls when the action will run.
on:
@ -21,7 +21,7 @@ jobs:
strategy:
matrix:
python-version: [ '3.6','3.7','3.8','3.9', 'pypy-3.6', 'pypy-3.7' ] #'pypy-3.8', 'pypy-3.9' NOT SUPPORTED NOW
name: Python ${{ matrix.python-version }} setup and tests
name: ${{ matrix.python-version }} and tests
steps:
- uses: actions/checkout@v2
- name: Setup python