Skip to content

Commit

Permalink
Try to fix 3.12 tests
Browse files Browse the repository at this point in the history
  • Loading branch information
yakimka committed Nov 19, 2023
1 parent 33f961c commit eefa03f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/test_integration.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -o errexit
set -o nounset
Expand All @@ -25,7 +25,7 @@ cd "$PROJECT_NAME"

# Create new venv:
python3 -m venv .venv
. .venv/bin/activate
source .venv/bin/activate
pip install -U pip

# Testing the project:
Expand Down

0 comments on commit eefa03f

Please sign in to comment.