Skip to content

Commit

Permalink
appropriately limiting numpy
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeByDrescher authored Sep 1, 2024
1 parent b4b9984 commit 405495f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validateCommitSimulator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,8 @@ jobs:
#python3.11 -m pip install -U pip testresources
#ln -s /usr/include/locale.h /usr/include/xlocale.h
python3.11 -m pip install Cython==0.29.36
python3.11 -m pip install numpy==1.23.5
#python3.11 -m pip install pkgconfig
rm -rf ~/.local/share/virtualenvs
echo '---'
echo $(python3.11 --version)
echo $(which python3.11)
Expand Down

0 comments on commit 405495f

Please sign in to comment.