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 309e4c1 commit 6706917Copy full SHA for 6706917
.github/workflows/precommit.yml
@@ -49,8 +49,8 @@ jobs:
49
run: |
50
sudo apt-get install \
51
python${{ matrix.python-version }}-dev \
52
- python${{ matrix.python-version }}-numpy \
53
- python${{ matrix.python-version }}-packaging
+ python3-numpy \
+ python3-packaging
54
sudo ln -s /usr/lib/llvm-10/include/c++/v1 /usr/include/c++/v1
55
56
- name: install infrastructure (MacOS)
0 commit comments