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:
- '3.6'
env:
- IS_DEPLOYABLE=true
before_install:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
install:
- pip3 install -r requirements.txt
- pip3 install codecov
......@@ -18,7 +20,6 @@ matrix:
env:
- IS_DEPLOYABLE=false
before_install:
- python -c "import fcntl; fcntl.fcntl(1, fcntl.F_SETFL, 0)"
- cd amundsen_application/static
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