Skip to content

Commit

Permalink
fix: Fix reviews (#115)
Browse files Browse the repository at this point in the history
* fix: Update README.md structure to move Python Ecosystem Fit after summary

Update README.md structure to move Python Ecosystem Fit to appear after the summary

* Fix: Create get_bmr.py function in new file

Fix: Create a new file for the BMR function

* fix: Create get_tdee.py as a new file

Create a new file for tdee function to fix comment from milestone 2

* Fix: Create unit_convert.py

Create a new file for the unit convertor function

* Fix: updated the test functions to cover changes to the functions

* Fix: Updated the cicd

* Updated the toml file

* update the readthedoc.yml with python version 3.11

* fix: Update ci-cd.yml

fix: updated the cicd to publish to pypi

* fix: Update ci-cd.yml for python version

fix: Update ci-cd.yml for python version
  • Loading branch information
Forsythia-olive authored Feb 4, 2025
1 parent c13fcb2 commit b43c06c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: Check-out repository
uses: actions/checkout@v3
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: "3.9"
python-version: "3.11"

- name: Check-out repository
uses: actions/checkout@v3
Expand Down

0 comments on commit b43c06c

Please sign in to comment.