| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,7 +1,7 @@ | |||
| 1 | 1 | # This workflow will install Python dependencies, run tests and lint with a variety of Python versions | |
| 2 | 2 | # For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions | |
| 3 | 3 | ||
| 4 | - name: SerpApi Python | ||
| 4 | + name: serpapi-python | ||
| 5 | 5 | ||
| 6 | 6 | on: | |
| 7 | 7 | push: | |
@@ -15,7 +15,7 @@ jobs: | |||
| 15 | 15 | runs-on: ubuntu-latest | |
| 16 | 16 | strategy: | |
| 17 | 17 | matrix: | |
| 18 | - python-version: [3.6, 3.7, 3.8, 3.9] | ||
| 18 | + python-version: [3.6, 3.7, 3.8, 3.9, 3.11] | ||
| 19 | 19 | ||
| 20 | 20 | steps: | |
| 21 | 21 | - uses: actions/checkout@v2 | |
@@ -35,6 +35,6 @@ jobs: | |||
| 35 | 35 | # exit-zero treats all errors as warnings. The GitHub editor is 127 chars wide | |
| 36 | 36 | flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics | |
| 37 | 37 | - name: Test with pytest | |
| 38 | - run: pytest | ||
| 38 | + run: make test | ||
| 39 | 39 | env: | |
| 40 | 40 | API_KEY: ${{secrets.API_KEY}} | |
| Back | FazBrowse Home | New Git URL |
0 commit comments