Compare commits

..

No commits in common. "master" and "v2.0.1" have entirely different histories.

View File

@ -87,7 +87,7 @@ jobs:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: actions/setup-python@v2 - uses: actions/setup-python@v2
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python }}
- run: python my_script.py - run: python my_script.py
``` ```