mirror of https://github.com/nucypher/nucypher.git
Add setup of python so that bumpversion can be installed by pip.
parent
ec1ae9b099
commit
44d849a66e
|
@ -11,6 +11,11 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: "3.12"
|
||||
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
|
|
Loading…
Reference in New Issue