Skip to content

Commit

Permalink
Merge pull request #35 from AgPipeline/develop
Browse files Browse the repository at this point in the history
Merging setuptools fix to main branch
  • Loading branch information
Chris-Schnaufer authored Sep 13, 2021
2 parents 1bdf91f + fe1c8e9 commit 63f2767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
- name: Update pip
run: python3 -m pip install --upgrade --no-cache-dir pip
- name: Fetch/update setuptools
run: python3 -m pip install --upgrade --no-cache-dir setuptools
run: python3 -m pip install --upgrade --no-cache-dir setuptools==58.0.1
- name: Fetch/update testing pip installations
run: python3 -m pip install --upgrade --no-cache-dir ${{ matrix.pip_installs }}
- name: Fetch source code
Expand Down

0 comments on commit 63f2767

Please sign in to comment.