File tree Expand file tree Collapse file tree 4 files changed +4
-8
lines changed
Expand file tree Collapse file tree 4 files changed +4
-8
lines changed Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v1
1616
1717 - name : Set up Python
18- uses : actions/setup-python@v1
18+ uses : actions/setup-python@v2.2.2
1919 with :
2020 python-version : 3.10
2121
2525
2626 - name : Prepare project for development
2727 run : |
28- python -m poetry run python -m pip install --upgrade pip
2928 python -m poetry install
3029
3130 - name : Build documentation
Original file line number Diff line number Diff line change 1616 - uses : actions/checkout@v1
1717
1818 - name : Set up Python
19- uses : actions/setup-python@v1
19+ uses : actions/setup-python@v2.2.2
2020 with :
2121 python-version : 3.10
2222
2626
2727 - name : Prepare project for development
2828 run : |
29- python -m poetry run python -m pip install --upgrade pip
3029 python -m poetry install
3130
3231 - name : Run linters
Original file line number Diff line number Diff line change 1010 - uses : actions/checkout@v1
1111
1212 - name : Set up Python
13- uses : actions/setup-python@v1
13+ uses : actions/setup-python@v2.2.2
1414 with :
1515 python-version : 3.10
1616
2020
2121 - name : Prepare project for development
2222 run : |
23- python -m poetry run python -m pip install --upgrade pip
2423 python -m poetry install
2524
2625 - name : Run safety dependency check
Original file line number Diff line number Diff line change 2121 - uses : actions/checkout@v1
2222
2323 - name : Set up Python ${{ matrix.python-version }}
24- uses : actions/setup-python@v1
24+ uses : actions/setup-python@v2.2.2
2525 with :
2626 python-version : ${{ matrix.python-version }}
2727
3131
3232 - name : Prepare project for development
3333 run : |
34- python -m poetry run python -m pip install --upgrade pip
3534 python -m poetry install
3635
3736 - name : Run tests
You can’t perform that action at this time.
0 commit comments