Skip to content

Bump setuptools from 74.1.2 to 75.0.0 in /components/api_server #14477

Bump setuptools from 74.1.2 to 75.0.0 in /components/api_server

Bump setuptools from 74.1.2 to 75.0.0 in /components/api_server #14477

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