File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1414 - name : Set up Python ${{ matrix.python-version }}
1515 uses : actions/setup-python@v1
1616 with :
17- version : ${{ matrix.python-version }}
17+ python- version : ${{ matrix.python-version }}
1818 - name : Install dependencies
1919 run : |
2020 python -m pip install --upgrade pip
3434 - name : Set up Python ${{ matrix.python-version }}
3535 uses : actions/setup-python@v1
3636 with :
37- version : ${{ matrix.python-version }}
37+ python- version : ${{ matrix.python-version }}
3838 - name : Install dependencies
3939 run : |
4040 python -m pip install --upgrade pip
5555 - name : Set up Python ${{ matrix.python-version }}
5656 uses : actions/setup-python@v1
5757 with :
58- version : ${{ matrix.python-version }}
58+ python- version : ${{ matrix.python-version }}
5959 - name : Install dependencies
6060 run : |
6161 brew update
You can’t perform that action at this time.
0 commit comments