File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : Python Test Suite
22
3- on : [push]
3+ on :
4+ pull_request :
5+ branches :
6+ - master
7+ push :
8+ branches :
9+ - master
410
511jobs :
612 build-linux :
915 max-parallel : 5
1016
1117 steps :
12- - uses : actions/checkout@v2
18+ - name : Checkout source
19+ uses : actions/checkout@v2
20+
1321 - name : Set up Python 3.8
1422 uses : actions/setup-python@v2
1523 with :
1624 python-version : 3.8
25+
1726 - name : Get some info
1827 run : |
1928 $CONDA/bin/conda info
29+
2030 - name : Install dependencies
2131 run : |
2232 # $CONDA is an environment variable pointing to the root of the miniconda directory
33+
2334 - name : Activate environment
2435 run : |
2536 $CONDA/bin/pip install pytest
2839 - name : Install Mapshader code
2940 run : |
3041 $CONDA/bin/pip install -e .
42+
3143 - name : Test with pytest
3244 run : |
3345 $CONDA/bin/pip install pytest
You can’t perform that action at this time.
0 commit comments