File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 61
61
62
62
- name : Create virtual environment and install dependencies
63
63
working-directory : supertokens-python
64
+ # Upgrade `pip` and `setuptools` to have the latest versions before further installs
64
65
run : |
65
66
python3 -m venv venv
66
67
source venv/bin/activate
68
+ python3 -m pip install pip setuptools --upgrade
67
69
make dev-install && rm -rf src
68
70
69
71
- name : Start core and server
Original file line number Diff line number Diff line change 49
49
with :
50
50
python-version : ${{ matrix.py-version }}
51
51
- name : Create virtual environment and install dependencies
52
- # Updrade `pip` and `setuptools` to have the latest versions before further installs
52
+ # Upgrade `pip` and `setuptools` to have the latest versions before further installs
53
53
run : |
54
54
python3 -m venv venv
55
55
source venv/bin/activate
You can’t perform that action at this time.
0 commit comments