Skip to content

Commit

Permalink
Fix docker_build unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianWilhelm committed Dec 28, 2021
1 parent e092e2a commit 1d132dc
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,11 @@ docker_builder:
install_script: *debian-install
prepare_script: *prepare
pyscaffold_script:
- pip install -e .
- python -m ensurepip
- python -m pip install --upgrade --user pip setuptools certifi tox pre-commit
- python -m pip install -e .
- which python
- which putup
- putup --dsproject /tmp/test_project
build_script:
- cd /tmp/test_project
Expand Down

0 comments on commit 1d132dc

Please sign in to comment.