We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d2605a commit 4cfee98Copy full SHA for 4cfee98
1 file changed
ansible/roles/dataqs/tasks/main.yml
@@ -16,7 +16,7 @@
16
- flower
17
18
- name: install dataqs python package
19
- pip: virtualenv={{virtualenv_dir}}/{{app_name}} name=git+https://github.com/OpenGeoscience/dataqs.git@sample-landscan-data#egg=dataqs
+ pip: virtualenv={{virtualenv_dir}}/{{app_name}} name=git+https://github.com/OpenGeoscience/dataqs.git#egg=dataqs
20
environment:
21
CPLUS_INCLUDE_PATH: "/usr/include/gdal"
22
C_INCLUDE_PATH: "/usr/include/gdal"
0 commit comments