File tree Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Expand file tree Collapse file tree 3 files changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Verify
55
66on :
77 push :
8- branches : [ "main " ]
8+ branches : [ "master " ]
99 pull_request :
10- branches : [ "main " ]
10+ branches : [ "master " ]
1111
1212permissions :
1313 contents : read
1818 runs-on : ubuntu-latest
1919
2020 steps :
21- - uses : actions/checkout@v3
21+ - uses : actions/checkout@v4
2222 - name : Set up Python 3.10
23- uses : actions/setup-python@v3
23+ uses : actions/setup-python@v4
2424 with :
2525 python-version : " 3.10"
2626 - name : Setup environment
Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ jobs:
2121 runs-on : ubuntu-latest
2222
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - name : Set up Python
26- uses : actions/setup-python@v3
26+ uses : actions/setup-python@v4
2727 with :
28- python-version : ' 3.x '
28+ python-version : ' 3.10 '
2929 - name : Install dependencies
3030 run : |
3131 python -m pip install --upgrade pip
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ activate:
3939# Install packages to current environment
4040# -------------------------------------------------------------------------------------------------
4141install :
42+ $(PYTHON ) pip install --upgrade pip
4243 $(PYTHON ) pip install -e .[dev]
4344
4445# -------------------------------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments