|
2 | 2 |
|
3 | 3 | on:
|
4 | 4 | push:
|
5 |
| - branches: [ dev ] |
| 5 | + branches: [dev] |
6 | 6 | pull_request:
|
7 | 7 |
|
8 | 8 | jobs:
|
|
45 | 45 | uses: conda-incubator/setup-miniconda@v2
|
46 | 46 | with:
|
47 | 47 | auto-update-conda: true
|
48 |
| - python-version: '3.9' |
| 48 | + python-version: "3.9" |
49 | 49 |
|
50 | 50 | - name: Basic dependencies install
|
51 | 51 | env:
|
@@ -179,7 +179,7 @@ jobs:
|
179 | 179 | echo "Connecting as $USER@localhost"
|
180 | 180 | # this line (and the -o StrictHostKeyChecking=no) is so the server
|
181 | 181 | # is added to the list of known servers
|
182 |
| - scp -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1 |
| 182 | + scp -vvvvv -O -o StrictHostKeyChecking=no -i $PWD/qiita_ware/test/test_data/test_key $USER@localhost:/home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key /home/runner/work/qiita/qiita/qiita_ware/test/test_data/random_key_copy_1 |
183 | 183 |
|
184 | 184 | - name: Main tests
|
185 | 185 | shell: bash -l {0}
|
@@ -239,24 +239,24 @@ jobs:
|
239 | 239 | needs: main
|
240 | 240 | runs-on: ubuntu-latest
|
241 | 241 | steps:
|
242 |
| - - name: Coveralls Finished |
243 |
| - uses: AndreMiras/coveralls-python-action@develop |
244 |
| - with: |
245 |
| - github-token: ${{ secrets.github_token }} |
246 |
| - parallel-finished: true |
| 242 | + - name: Coveralls Finished |
| 243 | + uses: AndreMiras/coveralls-python-action@develop |
| 244 | + with: |
| 245 | + github-token: ${{ secrets.github_token }} |
| 246 | + parallel-finished: true |
247 | 247 |
|
248 | 248 | lint:
|
249 | 249 | runs-on: ubuntu-latest
|
250 | 250 | steps:
|
251 |
| - - name: flake8 |
252 |
| - uses: actions/setup-python@v2 |
253 |
| - with: |
254 |
| - python-version: '3.9' |
255 |
| - - name: install dependencies |
256 |
| - run: python -m pip install --upgrade pip |
257 |
| - - name: Check out repository code |
258 |
| - uses: actions/checkout@v2 |
259 |
| - - name: lint |
260 |
| - run: | |
261 |
| - pip install -q flake8 |
262 |
| - flake8 qiita_* setup.py scripts/qiita* notebooks/*/*.py |
| 251 | + - name: flake8 |
| 252 | + uses: actions/setup-python@v2 |
| 253 | + with: |
| 254 | + python-version: "3.9" |
| 255 | + - name: install dependencies |
| 256 | + run: python -m pip install --upgrade pip |
| 257 | + - name: Check out repository code |
| 258 | + uses: actions/checkout@v2 |
| 259 | + - name: lint |
| 260 | + run: | |
| 261 | + pip install -q flake8 |
| 262 | + flake8 qiita_* setup.py scripts/qiita* notebooks/*/*.py |
0 commit comments