Skip to content

Commit

Permalink
fix(ci): remove unecessary venv usage
Browse files Browse the repository at this point in the history
  • Loading branch information
youben11 committed Jun 14, 2024
1 parent 7ff980d commit f7f6fcb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/concrete_python_test_gpu_wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,6 @@ jobs:
run: |
CONCRETE_PYTHON=$(pwd)/repo/frontends/concrete-python
# Initialize an empty test environment
cd $(mktemp -d)
python -m venv .testenv && source .testenv/bin/activate
# Install extra requirements for tests
sudo apt update -y
sudo apt install -y graphviz libgraphviz-dev
Expand Down

0 comments on commit f7f6fcb

Please sign in to comment.