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

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

View File

@ -4,7 +4,7 @@ on: [ push ]
jobs: jobs:
build: build:
runs-on: python-chromedriver runs-on: ubuntu-gitea
strategy: strategy:
matrix: matrix:
python-version: [ "3.12" ] python-version: [ "3.12" ]
@ -12,29 +12,14 @@ jobs:
CHROMEDRIVER_VERSION: 113.0.5672.63 CHROMEDRIVER_VERSION: 113.0.5672.63
CHROME_VERSION: 113.0.5672.0 CHROME_VERSION: 113.0.5672.0
steps: steps:
- name: Install Node 20
run: |
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.7/install.sh | bash
export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh
nvm install 20
nvm ls
node -v
npm -v
- name: Clone repository - name: Clone repository
uses: actions/checkout@v4 uses: actions/checkout@v4
run: |
export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh
- name: Set up Python ${{ matrix.python-version }} - name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3 uses: actions/setup-python@v3
with: with:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
run: |
export NVM_DIR="$HOME/.nvm"
source $NVM_DIR/nvm.sh
- name: Install python dependencies - name: Install python dependencies
run: | run: |