Skip to content

Bump certifi from 2021.10.8 to 2023.7.22 in /examples/mnist_triton_e2e #2901

Bump certifi from 2021.10.8 to 2023.7.22 in /examples/mnist_triton_e2e

Bump certifi from 2021.10.8 to 2023.7.22 in /examples/mnist_triton_e2e #2901

Workflow file for this run

name: V1 Executor Tests
on:
push:
branches: [ master ]
pull_request:
branches: [ master ]
jobs:
executor-tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-go@v3
with:
go-version: '^1.17.0'
- name: test-executor
run: |
make -C executor test