File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-python@v4
1717 with :
18- python-version : " 3.10 "
18+ python-version : " 3.11 "
1919 - name : install lite
2020 run : pip install -e .[dev]
2121 working-directory : ./src
4141 - uses : actions/checkout@v3
4242 - uses : actions/setup-python@v4
4343 with :
44- python-version : " 3.10 "
44+ python-version : " 3.11 "
4545 - name : install lite
4646 run : pip install -e .[dev]
4747 working-directory : ./src
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@v3
1616 - uses : actions/setup-python@v4
1717 with :
18- python-version : " 3.10 "
18+ python-version : " 3.11 "
1919 - name : Build wheel
2020 run : pip install build && python -m build
2121 - name : Publish to PyPI
Original file line number Diff line number Diff line change 1111 - uses : actions/checkout@v2
1212 - uses : actions/setup-python@v2
1313 with :
14- python-version : " 3.10 "
14+ python-version : " 3.11 "
1515 - name : Install pre-commit
1616 run : pip install pre-commit && pre-commit install
1717 - name : Run pre-commit. This will fail if pre-commit hooks fail.
Original file line number Diff line number Diff line change 1818 fetch-depth : 0
1919 - uses : actions/setup-python@v4
2020 with :
21- python-version : " 3.10 "
21+ python-version : " 3.11 "
2222 - name : install python dependencies
2323 run : pip install "src/[test, docs]"
2424 - name : deploy docs to gh
Original file line number Diff line number Diff line change 1818 - uses : actions/checkout@v3
1919 - uses : actions/setup-python@v4
2020 with :
21- python-version : " 3.10 "
21+ python-version : " 3.11 "
2222 - name : run classification tests and report coverage
2323 run : |
2424 pip install -e "./src/[dev]"
You can’t perform that action at this time.
0 commit comments