Skip to content

Commit

Permalink
windows ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rreece committed Jan 12, 2024
1 parent 0902dcc commit 4fd3588
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ install_for_ubuntu:
if [ ! -f requirements.txt ]; then \
echo "pip installing other dependencies..." ; \
pip install --upgrade pip ; \
pip install -r requirements.txt ;
pip install -r requirements.txt ; \
fi ;
$(PRINT) "make $@ done."

Expand Down Expand Up @@ -224,7 +224,7 @@ install_for_mac:
if [ ! -f requirements.txt ]; then \
echo "pip installing other dependencies..." ; \
pip install --upgrade pip ; \
pip install -r requirements.txt ;
pip install -r requirements.txt ; \
fi ;
$(PRINT) "make $@ done."

Expand Down Expand Up @@ -256,7 +256,7 @@ install_for_windows:
if [ ! -f requirements.txt ]; then \
echo "pip installing other dependencies..." ; \
pip install --upgrade pip ; \
pip install -r requirements.txt ;
pip install -r requirements.txt ; \
fi ;
$(PRINT) "make $@ done."

0 comments on commit 4fd3588

Please sign in to comment.