Skip to content

Commit 6706917

Browse files
authored
Update precommit.yml
1 parent 309e4c1 commit 6706917

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/precommit.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ jobs:
4949
run: |
5050
sudo apt-get install \
5151
python${{ matrix.python-version }}-dev \
52-
python${{ matrix.python-version }}-numpy \
53-
python${{ matrix.python-version }}-packaging
52+
python3-numpy \
53+
python3-packaging
5454
sudo ln -s /usr/lib/llvm-10/include/c++/v1 /usr/include/c++/v1
5555
5656
- name: install infrastructure (MacOS)

0 commit comments

Comments
 (0)