quantumjot / btrack

Bayesian multi-object tracking
https://btrack.readthedocs.io
MIT License
310 stars 50 forks source link

Set up environmental variables for python versions in CI #162

Closed quantumjot closed 1 year ago

quantumjot commented 2 years ago

We could set an environment variable at the top, and use it elsewhere https://docs.github.com/en/actions/learn-github-actions/environment-variables

env:
    python_version: "3.9"

_Originally posted by @paddyroddy in https://github.com/quantumjot/BayesianTracker/pull/161#discussion_r904877202_