Skip to content
Snippets Groups Projects
Unverified Commit d20ca0b1 authored by Dominique Benielli's avatar Dominique Benielli Committed by GitHub
Browse files

Update python-package.yml

parent 6242fa0c
No related branches found
No related tags found
No related merge requests found
...@@ -25,7 +25,7 @@ jobs: ...@@ -25,7 +25,7 @@ jobs:
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
- name: Install numpy first - name: Install numpy first
run: pip install "numpy=1.24.1" run: pip install "numpy==1.24.1"
- name: Install dependencies - name: Install dependencies
run: | run: |
python -m pip install --upgrade pip setuptools wheel python -m pip install --upgrade pip setuptools wheel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment