Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Bump requests from 2.31.0 to 2.32.0 #22

Bump requests from 2.31.0 to 2.32.0

Bump requests from 2.31.0 to 2.32.0 #22

Workflow file for this run

name: Test python script
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.7
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
- name: Execute python script
run: bash test-script.sh