Im just about ready to give up
Some checks failed
ChromeTests / build (3.12) (push) Failing after 0s
EdgeTests / build (3.12) (push) Successful in 55s
Pylint / build (3.12) (push) Successful in 10s

This commit is contained in:
Greg Gauthier 2024-07-24 12:55:40 +01:00
parent 58a09446da
commit 76764c7c82

View File

@ -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: |