StackStorm / orquesta

Orquesta is a graph based workflow engine for StackStorm. Questions? https://github.com/StackStorm/st2/discussions
https://docs.stackstorm.com/orquesta/
Apache License 2.0
98 stars 39 forks source link

Use the same version of pip as st2 core #231

Closed cognifloyd closed 3 years ago

cognifloyd commented 3 years ago

st2 core uses pip 20.0.2. Do the same here.

cognifloyd commented 3 years ago

The github workflows isn't set to run for PRs. It does run if you push to a branch on this repo though, so all of your PRs do trigger the Workflow.

on:
  push:
    branches: ['*']
  schedule:
    # run every Monday at 6 AM
    - cron: '0 6 * * 1'