File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 python3.10 -m venv venv
2626 source venv/bin/activate
2727 pip3 install --upgrade pip
28- python3.10 -m pip install -r requirements.txt
29- python3.10 setup.py install
28+ python3.10 -m pip install -e ".[dev]"
3029 - name : Test with pytest & coverage
3130 run : |
3231 source venv/bin/activate
4847 python3.10 -m venv venv
4948 source venv/bin/activate
5049 pip3 install --upgrade pip
51- python3.10 -m pip install -r requirements.txt
52- python3.10 setup.py install
50+ python3.10 -m pip install -e ".[dev]"
5351 - name : Lint with pylint
5452 run : |
5553 source venv/bin/activate
7270 python3.10 -m venv venv
7371 source venv/bin/activate
7472 pip3 install --upgrade pip
75- python3.10 -m pip install -r requirements.txt
76- python3.10 setup.py install
73+ python3.10 -m pip install -e ".[dev]"
7774 - name : Generate Reference Docs
7875 run : |
7976 source venv/bin/activate
9895 python3.10 -m venv venv
9996 source venv/bin/activate
10097 pip3 install --upgrade pip
101- python3.10 -m pip install -r requirements.txt
102- python3.10 setup.py install
98+ python3.10 -m pip install -e ".[dev]"
10399 - name : Check Formatting
104100 run : |
105101 source venv/bin/activate
You can’t perform that action at this time.
0 commit comments