Skip to content

ci(*:skip) Update poetry to latest version #8561

ci(*:skip) Update poetry to latest version

ci(*:skip) Update poetry to latest version #8561

name: Deprecated-Baselines
on:
push:
branches: ['main']
paths: ['baselines/flwr_baselines/**']
pull_request:
branches: ['main']
paths: ['baselines/flwr_baselines/**']
concurrency:
group: ${{ github.workflow }}-${{ github.ref == 'refs/heads/main' && github.run_id || github.event.pull_request.number || github.ref }}
cancel-in-progress: true
env:
FLWR_TELEMETRY_ENABLED: 0
defaults:
run:
working-directory: baselines/flwr_baselines
jobs:
test_deprecated_baselines:
name: Test
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4
- name: Bootstrap
uses: ./.github/actions/bootstrap
with:
python-version: 3.8
- name: Install dependencies
run: |
python -m poetry install
- name: Lint + Test (isort/black/mypy/pylint/pytest)
run: ./dev/test.sh