There was an error while loading. Please reload this page.
1 parent d7af078 commit c0c7e86Copy full SHA for c0c7e86
2 files changed
.github/workflows/deploy.yml
@@ -12,7 +12,7 @@ jobs:
12
id-token: write # to authenticate as Trusted Publisher to pypi.org
13
steps:
14
- uses: actions/checkout@v7
15
- - uses: actions/setup-python@v6
+ - uses: actions/setup-python@v7
16
with:
17
python-version: "3.x"
18
cache: "pip"
.github/workflows/run_tests.yml
@@ -38,7 +38,7 @@ jobs:
38
packages: pandoc gfortran libblas-dev liblapack-dev libedit-dev llvm-dev libcurl4-openssl-dev ffmpeg libhdf5-dev libsz2
39
version: "1.0"
40
41
42
43
python-version: ${{ matrix.config.python }}
44
0 commit comments