Skip to content

Commit

Permalink
running without venv
Browse files Browse the repository at this point in the history
  • Loading branch information
apetenchea committed Oct 17, 2023
1 parent 10782d1 commit 8fa6e8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ jobs:
- run:
name: "Run pytest"
command: |
. venv/bin/activate
mkdir test-results
args=("--junitxml=test-results/junit.xml" "--log-cli-level=DEBUG" "--host" "localhost")
if [ << parameters.cluster >> = true ]; then
Expand Down

0 comments on commit 8fa6e8b

Please sign in to comment.