Skip to content

Commit

Permalink
ci: remove pipenv and add appropriate pip commands
Browse files Browse the repository at this point in the history
  • Loading branch information
engineervix committed Jul 20, 2021
1 parent aff96de commit 7db535c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion {{cookiecutter.project_slug}}/.gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ before_script:
- source ../venv/bin/activate
- export LC_ALL=C.UTF-8
- export LANG=C.UTF-8
- pipenv sync --dev
- pip install --upgrade pip && pip install pip-tools
- pip-compile requirements.in && pip-sync
- curl -sL https://deb.nodesource.com/setup_lts.x | bash -
- apt install nodejs -yqq
- npm install -g gulp-cli
Expand Down

0 comments on commit 7db535c

Please sign in to comment.