Unverified Commit 6a8e9b31 authored by Tamika Tannis's avatar Tamika Tannis Committed by GitHub

Update location of before_install command (#499)

parent 18a07490
...@@ -5,6 +5,8 @@ matrix: ...@@ -5,6 +5,8 @@ matrix:
- '3.6' - '3.6'
env: env:
- IS_DEPLOYABLE=true - IS_DEPLOYABLE=true
before_install:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
install: install:
- pip3 install -r requirements.txt - pip3 install -r requirements.txt
- pip3 install codecov - pip3 install codecov
...@@ -18,7 +20,6 @@ matrix: ...@@ -18,7 +20,6 @@ matrix:
env: env:
- IS_DEPLOYABLE=false - IS_DEPLOYABLE=false
before_install: before_install:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
- cd amundsen_application/static - cd amundsen_application/static
install: install:
- npm install - npm install
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment