Skip to content

Bump werkzeug from 2.1.2 to 3.0.1 in /external/price_server #48

Bump werkzeug from 2.1.2 to 3.0.1 in /external/price_server

Bump werkzeug from 2.1.2 to 3.0.1 in /external/price_server #48

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
jobs:
ci:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Install dependencies
run: make deps
- name: E2e
run: make e2e