Skip to content

Bump urllib3 from 2.2.1 to 2.2.2 #522

Bump urllib3 from 2.2.1 to 2.2.2

Bump urllib3 from 2.2.1 to 2.2.2 #522

name: Test Disk Images
on:
push:
pull_request:
schedule:
- cron: '0 0 * * *' # every day at midnight
jobs:
test-disk-image-downloads:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Run disk image download test
run: |
python -u test_disk_image_downloads.py