We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43da514 commit ee2a66cCopy full SHA for ee2a66c
.github/workflows/upload-package.yml
@@ -12,10 +12,8 @@ jobs:
12
- name: Set up Python
13
uses: actions/setup-python@v3
14
with:
15
- python-version: '3.11'
+ python-version: '3.11.9'
16
- name: Set PKG_CONFIG_PATH
17
- run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
18
- - name: Install HDF5
19
run: sudo apt-get install libhdf5-serial-dev
20
- name: Install dependencies
21
run: |
0 commit comments