mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) add CI github action for grist-core
Summary: Activate CI for grist-core using github actions. Can be improved with caching but starting simple. Test Plan: tested in a fork of grist-core Reviewers: dsagal Reviewed By: dsagal Differential Revision: https://phab.getgrist.com/D2771
This commit is contained in:
@@ -1,8 +1,11 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
if [ ! -e venv ]; then
|
||||
virtualenv -ppython2.7 venv
|
||||
fi
|
||||
|
||||
. venv/bin/activate
|
||||
|
||||
pip install --no-deps -r sandbox/requirements.txt
|
||||
|
||||
Reference in New Issue
Block a user