We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc4b5a9 commit fcb7d4bCopy full SHA for fcb7d4b
.github/workflows/python-test.yml
@@ -14,11 +14,11 @@ jobs:
14
python-version: ["3.9", "3.10", "3.11"]
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
18
- name: Install apt package deps
19
run: sudo apt install libhdf5-dev
20
- name: Set up Python ${{ matrix.python-version }}
21
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v5
22
with:
23
python-version: ${{ matrix.python-version }}
24
- name: Install dependencies
0 commit comments