Skip to content

Commit ee2a66c

Browse files
committed
update
1 parent 43da514 commit ee2a66c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/upload-package.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,8 @@ jobs:
1212
- name: Set up Python
1313
uses: actions/setup-python@v3
1414
with:
15-
python-version: '3.11'
15+
python-version: '3.11.9'
1616
- name: Set PKG_CONFIG_PATH
17-
run: echo "PKG_CONFIG_PATH=/usr/lib/x86_64-linux-gnu/pkgconfig" >> $GITHUB_ENV
18-
- name: Install HDF5
1917
run: sudo apt-get install libhdf5-serial-dev
2018
- name: Install dependencies
2119
run: |

0 commit comments

Comments
 (0)