Skip to content

Bump types-requests in /components/api_server #14479

Bump types-requests in /components/api_server

Bump types-requests in /components/api_server #14479

Workflow file for this run

name: Feature tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.12'
- name: Run feature tests
run: ./tests/feature_tests/ci/test.sh
- name: Upload artifacts
uses: actions/upload-artifact@v4
if: always()
with:
name: build-artifacts
path: build