We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3acdec1 commit 72646fdCopy full SHA for 72646fd
1 file changed
.github/workflows/run_test.yml
@@ -10,6 +10,8 @@ jobs:
10
python-version: ["2.7", "3.7", "3.8", "3.9", "3.10", "3.11"]
11
12
steps:
13
+ - if: matrix.python-version == '2.7'
14
+ run: sudo ln -sf /usr/bin/python2.7 /usr/bin/python
15
- uses: actions/checkout@v3
16
- name: Set up Python ${{ matrix.python-version }}
17
uses: actions/setup-python@v4
0 commit comments