UBC-MDS / noaastn

Python package that downloads, processes and visualizes weather data from the NOAA website.
https://noaastn.readthedocs.io/en/latest/
MIT License
3 stars 3 forks source link

build.yml #32

Closed spentelow closed 3 years ago

spentelow commented 3 years ago

Your task here is to make sure the workflow in .github/workflows/build.yml is correctly configured so that at a minimum, it runs the test suite and style checkers on pushes and pull requests to your project's repository's deployment branch (typically the main branch). At time of submission, we expect that your project successfully runs this workflow.

A couple things you might need to change in your .github/workflows/build.yml file:

Ensure the deployment branch (typically the main branch) is correctly specified on lines 7 & 10

Ensure that the correct Python version is listed on lines 21 and 24 (it should match the version in your pyproject.toml file)