Skip to content

Commit

Permalink
fixup! print_function future import
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Jul 19, 2020
1 parent eb037a0 commit 987f72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
endsWith(env.PYTHON_VERSION, '-beta') ||
endsWith(env.PYTHON_VERSION, '-dev')
run: |
from __future__ import print_statement
from __future__ import print_function
python_version = '${{ env.PYTHON_VERSION }}'.replace('-beta', '')
print('::set-env name=PYTHON_VERSION::ver'.format(ver=python_version))
print('::set-env name=USE_DEADSNAKES::true')
Expand Down

0 comments on commit 987f72b

Please sign in to comment.