Skip to content

Bump requests from 2.28.2 to 2.29.0 #14

Bump requests from 2.28.2 to 2.29.0

Bump requests from 2.28.2 to 2.29.0 #14

Workflow file for this run

name: build
on:
push:
pull_request:
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: "3.10"
cache: "pip"
- run: pip install -r requirements.txt
- run: pytest
- if: ${{ github.ref == 'refs/heads/main' }}
uses: superfly/flyctl-actions@1.3
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy"