Skip to content

Bump tqdm from 4.60.0 to 4.66.3 in /code-env/python/spec #80

Bump tqdm from 4.60.0 to 4.66.3 in /code-env/python/spec

Bump tqdm from 4.60.0 to 4.66.3 in /code-env/python/spec #80

Workflow file for this run

name: Build
on: [push, pull_request]
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
make:
# The type of runner that the job will run on
runs-on: ubuntu-latest
# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- name: Checkout code
uses: actions/checkout@v2
# Runs a single command using the runners shell
- name: Make
run: make plugin