Skip to content

Commit

Permalink
Restricts the ci workflow to python ^3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpurvis committed Aug 25, 2020
1 parent caf2983 commit f18f44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-python@v2
with:
python-version: '^2.7.12'
python-version: '^3.5'
- uses: mymindstorm/setup-emsdk@v6
with:
version: 'latest'
Expand Down

0 comments on commit f18f44a

Please sign in to comment.