Skip to content

⬆️ Bump urllib3 from 2.0.2 to 2.0.7 in /demo/playground/scripts #2

⬆️ Bump urllib3 from 2.0.2 to 2.0.7 in /demo/playground/scripts

⬆️ Bump urllib3 from 2.0.2 to 2.0.7 in /demo/playground/scripts #2

Workflow file for this run

name: PR Tests
on:
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
tests:
name: Tests
uses: ./.github/workflows/tests.yml
with:
python-version: "3.9"
os: "ubuntu-latest"
tests-indy:
name: Tests (Indy)
uses: ./.github/workflows/tests-indy.yml
with:
python-version: "3.9"
indy-version: "1.16.0"
os: "ubuntu-latest"