Skip to content

Commit

Permalink
Fixup a03672c
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Oct 10, 2023
1 parent a03672c commit 22c1e10
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/construct/_common/prepare
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/sh -ef

# Construct Python dependencies
python -m pip install -U pip
python -m pip install -U \
pip \
construct \
unittest-xml-reporting
3 changes: 2 additions & 1 deletion src/python/_common/prepare
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/sh -ef

# Python dependencies
python -m pip install unittest-xml-reporting
python -m pip install -U pip
python -m pip install -U unittest-xml-reporting

0 comments on commit 22c1e10

Please sign in to comment.