diff --git a/.github/workflows/ci_tests.yml b/.github/workflows/ci_tests.yml index e5f6566..3679151 100644 --- a/.github/workflows/ci_tests.yml +++ b/.github/workflows/ci_tests.yml @@ -3,9 +3,9 @@ name: CI Tests on: push: branches: - - main + - main tags: - - '*' + - "*" pull_request: jobs: @@ -17,13 +17,13 @@ jobs: - name: Install node uses: actions/setup-node@v2 with: - node-version: '18.x' - registry-url: 'https://registry.npmjs.org' + node-version: "18.x" + registry-url: "https://registry.npmjs.org" - name: Install Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Install dependencies run: | @@ -53,7 +53,7 @@ jobs: - name: Install Python uses: actions/setup-python@v2 with: - python-version: '3.x' + python-version: "3.x" - name: Install bqplot-image-gl and jupyterlab run: | @@ -93,10 +93,12 @@ jobs: - linux: py38-test - macos: py37-test + libraries: "typing_extensions<4.8" - macos: py310-test - windows: py39-test - linux: py38-notebooks - macos: py37-notebooks + libraries: "typing_extensions<4.8" - windows: py39-notebooks