Skip to content

Commit

Permalink
Fix smoke test python path
Browse files Browse the repository at this point in the history
  • Loading branch information
Jongmassey committed May 2, 2024
1 parent f12e6cd commit b934947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ build:
docker build . -t research-template

smoke-test:
docker run --rm research-template ls /opt/venv/bin/python3.10
docker run --rm research-template ls /opt/venv/python-v2/bin/python3.10

0 comments on commit b934947

Please sign in to comment.