mirror of
https://github.com/spotipy-dev/spotipy.git
synced 2026-06-19 09:13:53 +00:00
Pin Github Actions Runner to Ubuntu 20 for Py27 (#894)
This commit is contained in:
parent
6f56504c2c
commit
edcd322845
2
.github/workflows/pythonapp.yml
vendored
2
.github/workflows/pythonapp.yml
vendored
@ -5,7 +5,7 @@ on: [push, pull_request]
|
|||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-20.04
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
python-version: ["2.7", "3.6", "3.7", "3.8", "3.9", "3.10"]
|
||||||
|
|||||||
@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
|
|
||||||
- Incorrect category_id input for test_category
|
- Incorrect category_id input for test_category
|
||||||
- Assertion value for test_categories_limit_low and test_categories_limit_high
|
- Assertion value for test_categories_limit_low and test_categories_limit_high
|
||||||
|
- Pin Github Actions Runner to Ubuntu 20 for Py27
|
||||||
|
|
||||||
## [2.21.0] - 2022-09-26
|
## [2.21.0] - 2022-09-26
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user