Skip to content

Commit

Permalink
remove p3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
Baukebrenninkmeijer committed Oct 18, 2024
1 parent 07d20f2 commit b66b8f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ['3.10', '3.11', '3.12', '3.13']
python-version: ['3.10', '3.11', '3.12']
name: Python ${{ matrix.python-version }} sample
steps:
- name: Checkout
Expand All @@ -18,7 +18,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: install_dependencies
run: |
sudo apt install -y gcc g++ gfortran libopenblas-dev liblapack-dev pkg-config
# sudo apt install -y gcc g++ gfortran libopenblas-dev liblapack-dev pkg-config
pip install poetry pytest
poetry lock
poetry install
Expand Down

0 comments on commit b66b8f7

Please sign in to comment.