Skip to content

Commit b0dd703

Browse files
committed
ci: cleanup
1 parent 4de963b commit b0dd703

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
runtime: ['py38']
16+
runtime: 'py38'
1717
defaults:
1818
run:
1919
working-directory: continous-integration
@@ -23,10 +23,6 @@ jobs:
2323
uses: actions/setup-node@v1
2424
with:
2525
node-version: 12.x
26-
- name: Setup Python
27-
uses: actions/setup-python@v1
28-
with:
29-
python-version: 3.8
3026
- name: Install AWS SAM CLI
3127
run: pip install aws-sam-cli
3228
- name: NPM CI

0 commit comments

Comments
 (0)