Skip to content

Commit

Permalink
Clean-up and remove ensurepip.
Browse files Browse the repository at this point in the history
  • Loading branch information
thorstenhater committed Nov 23, 2023
1 parent 2abb3f3 commit 61f977e
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion ext/pybind11
Submodule pybind11 updated 138 files
3 changes: 0 additions & 3 deletions python/identifiers.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#include <ostream>
#include <string>

#include <pybind11/pybind11.h>

#include <arbor/common_types.hpp>
Expand Down
1 change: 0 additions & 1 deletion scripts/run_python_examples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ fi

PREFIX=${1:-}

$PREFIX python3 -m ensurepip --upgrade
$PREFIX python3 -m pip install -r python/example/example_requirements.txt -U

runpyex () {
Expand Down

0 comments on commit 61f977e

Please sign in to comment.