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

Commit

Permalink
fix: Remove build dependencies (#1440)
Browse files Browse the repository at this point in the history
* fix: Remove build dependencies
  • Loading branch information
faucomte97 authored Dec 22, 2020
1 parent d02fe34 commit f12d566
Show file tree
Hide file tree
Showing 3 changed files with 896 additions and 68 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,6 @@ jobs:
run: |
pip install pipenv
pipenv install --dev --system
pip install -U git+https://github.com/ocadotechnology/rapid-router@django_2_upgrade
pip install -U git+https://github.com/ocadotechnology/codeforlife-portal@django_2_upgrade
pip install -U "git+https://github.com/ocadotechnology/codeforlife-portal@django_2_upgrade#egg=cfl-common&subdirectory=cfl_common"
cd game_frontend
yarn --frozen-lockfile
- name: Run Javascript tests
Expand Down
4 changes: 2 additions & 2 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ name = "pypi"
pytest = "*"
pytest-django = "==4.1.0"
pytest-pythonpath = "*"
#codeforlife-portal = "*"
codeforlife-portal = "*"
pytest-cov = "*"

[packages]
aimmo = {editable = true,path = "."}
django-autoconfig = { git = 'https://github.com/ocadotechnology/django-autoconfig.git', ref = 'master', editable = true }
django-autoconfig = { git = 'https://github.com/ocadotechnology/django-autoconfig.git', ref = 'master' }
kubernetes = "*"
eventlet = "*"
docker = "*"
Expand Down
Loading

0 comments on commit f12d566

Please sign in to comment.