Skip to content

Commit

Permalink
One more try.
Browse files Browse the repository at this point in the history
  • Loading branch information
yakutovicha committed Mar 9, 2023
1 parent eebd7de commit 82625ef
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
env:
JUPYTER_TOKEN: ${{ secrets.JUPYTER_TOKEN }}
run: |
echo $(pwd)
ls -la
DOCKER_ID=$(docker run -d --rm -v $(pwd):/home/jovyan/apps/aiidalab-widgets-base -e JUPYTER_TOKEN=${JUPYTER_TOKEN} aiidalab/full-stack-with-browsers:latest)
docker exec ${DOCKER_ID} bash -c "cd apps/aiidalab-widgets-base && pip install -e.[dev,smiles]"
docker exec ${DOCKER_ID} --user root bash -c "cd apps/aiidalab-widgets-base && pip install .[dev,smiles]"
docker exec ${DOCKER_ID} bash -c "cd apps/aiidalab-widgets-base && pytest --driver Chrome"
docker stop ${DOCKER_ID}

0 comments on commit 82625ef

Please sign in to comment.