Skip to content

Commit

Permalink
conflicting pythons?
Browse files Browse the repository at this point in the history
  • Loading branch information
tspotts committed Aug 16, 2023
1 parent a94dbb4 commit d9e5808
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.10"
# - name: Setup Python
# uses: actions/setup-python@v4
# with:
# python-version: "3.10"

- name: Setup Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit d9e5808

Please sign in to comment.