Im just about ready to give up
This commit is contained in:
parent
58a09446da
commit
76764c7c82
@ -22,11 +22,19 @@ jobs:
|
||||
node -v
|
||||
npm -v
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v4
|
||||
run: |
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
source $NVM_DIR/nvm.sh
|
||||
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v3
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
run: |
|
||||
export NVM_DIR="$HOME/.nvm"
|
||||
source $NVM_DIR/nvm.sh
|
||||
|
||||
- name: Install python dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user