Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Commit

Permalink
build: update docker commands to run django42 env
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Sep 19, 2023
1 parent 6e22aae commit 2ac1b8e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/scripts/testing-js.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ docker exec -t insights_testing bash -c "
cd /edx/app/insights/edx_analytics_dashboard/ &&
source /edx/app/insights/venvs/insights/bin/activate &&
PATH=\$PATH:/edx/app/insights/nodeenvs/insights/bin:/snap/bin &&
export TOXENV=django32 &&
export TOXENV=django42 &&
pip install -r requirements/github.txt &&
set -x &&
nodeenv --node=${NODE_VERSION} /edx/app/insights/nodeenvs/insights-test-${NODE} &&
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/testing.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ docker exec -t insights_testing bash -c "
cd /edx/app/insights/edx_analytics_dashboard/ &&
source /edx/app/insights/venvs/insights/bin/activate &&
PATH=\$PATH:/edx/app/insights/nodeenvs/insights/bin:/snap/bin &&
export TOXENV=django32 &&
export TOXENV=django42 &&
pip install -r requirements/github.txt &&
make $TARGETS
"

0 comments on commit 2ac1b8e

Please sign in to comment.