Skip to content

Commit

Permalink
Merge pull request #1430 from BRCAChallenge/packageUpdates
Browse files Browse the repository at this point in the history
Package updates
  • Loading branch information
zfisch authored Oct 7, 2022
2 parents 7d445b7 + 2a951eb commit 43cfe39
Show file tree
Hide file tree
Showing 3 changed files with 74 additions and 143 deletions.
11 changes: 5 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
buildweb:
docker:
- image: circleci/node:6.13-stretch
- image: circleci/node:16
- image: circleci/postgres:9.6.2
environment:
POSTGRES_USER: postgres
Expand All @@ -27,10 +27,9 @@ jobs:
name: Set up and run website backend tests
command: |
sudo apt-get update
sudo apt-get install python3-pip python3-dev
sudo pip3 install virtualenv
sudo apt-get install python3-dev python3-venv
mkdir ~/project/website_virtualenv
virtualenv ~/project/website_virtualenv
python3 -m venv ~/project/website_virtualenv
source ~/project/website_virtualenv/bin/activate
pip3 install -r ~/project/website/requirements.txt
pip3 install -r ~/project/website/test-requirements.txt
Expand All @@ -40,7 +39,7 @@ jobs:
path: ~/test_reports
deploy-dev:
docker:
- image: circleci/node:6.13-stretch
- image: circleci/node:16
steps:
- checkout
- run:
Expand All @@ -62,7 +61,7 @@ jobs:
command: ~/project/deployment/deploy-dev
deploy-beta:
docker:
- image: circleci/node:6.13-stretch
- image: circleci/node:16
steps:
- checkout
- run:
Expand Down
Loading

0 comments on commit 43cfe39

Please sign in to comment.