Skip to content

Bump types-requests from 2.32.0.20240907 to 2.32.0.20240914 #119

Bump types-requests from 2.32.0.20240907 to 2.32.0.20240914

Bump types-requests from 2.32.0.20240907 to 2.32.0.20240914 #119

Workflow file for this run

name: Deploy
on:
push:
branches:
- 'master'
pull_request:
concurrency:
group: ${{ github.workflow }}-${{ github.ref_name }}
cancel-in-progress: true
jobs:
tests:
name: Tests
runs-on: [self-hosted, small]
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/actions/prepare
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
registry: hyperskill.azurecr.io
username: ${{ secrets.REGISTRY_USER }}
password: ${{ secrets.REGISTRY_PASSWORD }}
- run: docker pull hyperskill.azurecr.io/epicbox/python:3.11.5-c0347e7d1
- run: poetry run pytest .