Skip to content

Commit

Permalink
remove redundant Python installation from GitHub build action
Browse files Browse the repository at this point in the history
  • Loading branch information
widdowquinn committed Feb 21, 2024
1 parent 43a826a commit ce04732
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-on-push-to-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ jobs:
- name: Checkout Repo
uses: actions/checkout@v4

- name: Install Python
uses: actions/setup-python@v5
with:
python-version: "3.11"
# - name: Install Python
# uses: actions/setup-python@v5
# with:
# python-version: "3.11"

- name: Install Miniconda
uses: conda-incubator/setup-miniconda@v3
Expand Down

0 comments on commit ce04732

Please sign in to comment.