From 519c7ab538cd8ca5ce7255246215d8848f6c37a9 Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 24 Jul 2024 12:58:00 +0100 Subject: [PATCH] Im just about ready to give up --- .gitea/workflows/chrome-tests.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index af5aeb8..8541685 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -4,7 +4,7 @@ on: [ push ] jobs: build: - runs-on: python-chromedriver + runs-on: ubuntu-gitea strategy: matrix: python-version: [ "3.12" ] @@ -12,29 +12,14 @@ jobs: CHROMEDRIVER_VERSION: 113.0.5672.63 CHROME_VERSION: 113.0.5672.0 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 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: |