Skip to content

Commit

Permalink
ci: Run on only on python version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmuloc committed Aug 2, 2024
1 parent fa8d8bd commit 5592cc7
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/code-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,19 +123,14 @@ jobs:
name: Codespeed for all supported python versions
runs-on: ubuntu-20.04
needs: [lint-python, type-python]
strategy:
matrix:
python: ["3.9", "3.10", "3.11", "3.12"]
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python }}
python-version: "3.12"
- name: Install dependencies
run: pip install tox tox-gh-actions
- name: "Run pytest via tox for ${{ matrix.python }}"
run: tox
- name: Run benchmarks
uses: CodSpeedHQ/action@v3
with:
Expand Down

0 comments on commit 5592cc7

Please sign in to comment.