Skip to content

Commit

Permalink
updated requirements and applied them to the CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Iximiel committed Dec 20, 2023
1 parent daba6c8 commit d4c6499
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linuxWF.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
if: contains( matrix.variant, '-pycv-' )
working-directory: ./plugins/pycv/
run: |
pip install --user pybind11
pip install --user -r requirements.txt
source ../../sourceme.sh
ln -s $(realpath ../../regtest/scripts) ./regtest/scripts
./prepareMakeForDevelop.sh
Expand Down
2 changes: 1 addition & 1 deletion docker/fedora39-pycv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN source /etc/bashrc \
&& cd plumed2 \
&& source ./sourceme.sh \
&& cd plugins/pycv \
&& pip3 install pybind11 \
&& pip3 install -r requirements.txt \
&& ln -s $(realpath ../../regtest/scripts) ./regtest/scripts \
&& python_bin=python3 ./prepareMakeForDevelop.sh \
&& make check
2 changes: 1 addition & 1 deletion docker/rocky8-pycv
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ RUN source ./.bashrc \
&& cd plumed2 \
&& source ./sourceme.sh \
&& cd plugins/pycv \
&& pip3 install --user pybind11 \
&& pip3 install --user -r requirements.txt \
&& ln -s $(realpath ../../regtest/scripts) ./regtest/scripts \
&& python_bin=python3 ./prepareMakeForDevelop.sh \
&& make check
2 changes: 1 addition & 1 deletion plugins/pycv/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pybind11
pybind11>=2.10.3,<=2.11.1
numpy

0 comments on commit d4c6499

Please sign in to comment.