Skip to content

Commit

Permalink
Upgrade pip and setuptools in CI
Browse files Browse the repository at this point in the history
Workaround for pypa/pip#7953
  • Loading branch information
v3gtb committed Nov 27, 2022
1 parent f86620e commit b95a148
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy-to-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Upgrade pip and setuptools
run: pip install -U pip setuptools
- name: Install project's Python package
run: pip install -e .
- name: Load USDA FDC FoodData and VegAttributes data from cache
Expand Down

0 comments on commit b95a148

Please sign in to comment.