Skip to content

Commit d3e3cbe

Browse files
Yanghan Wangfacebook-github-bot
authored andcommitted
use py3.9 for linter CI
Summary: Pull Request resolved: #4627 linter failed to run: https://github.com/facebookresearch/detectron2/actions/runs/3348881377/jobs/5548693962 Similar issue: https://stackoverflow.com/questions/73929564/entrypoints-object-has-no-attribute-get-digital-ocean, suggest using Python3.9 Reviewed By: tglik Differential Revision: D40822952 fbshipit-source-id: 6b69f7440d44e798b938c9113461c28729bb579b
1 parent 32bd159 commit d3e3cbe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
if: ${{ github.repository_owner == 'facebookresearch' || github.event_name == 'pull_request' }}
1111
steps:
1212
- uses: actions/checkout@v2
13-
- name: Set up Python 3.7
13+
- name: Set up Python 3.9
1414
uses: actions/setup-python@v2
1515
with:
16-
python-version: 3.7
16+
python-version: 3.9
1717
- name: Install dependencies
1818
# flake8-bugbear flake8-comprehensions are useful but not available internally
1919
run: |

0 commit comments

Comments
 (0)