Skip to content

Commit

Permalink
Merge pull request #1298 from STEllAR-GROUP/cci_py3
Browse files Browse the repository at this point in the history
Address the removal of Python 2 from CI image
  • Loading branch information
hkaiser authored Jan 10, 2021
2 parents 4f8437f + b61b805 commit f8ba992
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ jobs:
- run:
name: Check the formatting of Phylanx's Python files
environment:
PYTHONPATH: "/phylanx/build/python/build/lib.linux-x86_64-3.7"
PYTHONPATH: "/phylanx/build/python/build/lib.linux-x86_64-3.8"
command: |
python3 tools/check_help/check_help.py >/code_format/phylanx_help_report.xml
cp /code_format/phylanx_help_report.xml /artifacts/phylanx_help_report.txt
Expand Down
2 changes: 1 addition & 1 deletion tools/circleci/check_test_coverage.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2019 Parsa Amini
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
Expand Down
4 changes: 2 additions & 2 deletions tools/flake8/flake_to_junit.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
# Copyright (c) 2018 Parsa Amini
#!/usr/bin/env python3
# Copyright (c) 2018-2020 Parsa Amini
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
Expand Down
2 changes: 1 addition & 1 deletion tools/inspect/inspect_to_junit.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# Copyright (c) 2018 Parsa Amini
#
# Distributed under the Boost Software License, Version 1.0. (See accompanying
Expand Down

0 comments on commit f8ba992

Please sign in to comment.