From 76764c7c8215b4b24a77fabe16a43447efc5b2fc Mon Sep 17 00:00:00 2001 From: Greg Gauthier Date: Wed, 24 Jul 2024 12:55:40 +0100 Subject: [PATCH] Im just about ready to give up --- .gitea/workflows/chrome-tests.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/chrome-tests.yml b/.gitea/workflows/chrome-tests.yml index 498c444..af5aeb8 100644 --- a/.gitea/workflows/chrome-tests.yml +++ b/.gitea/workflows/chrome-tests.yml @@ -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: |