Skip to content

Commit

Permalink
removed unrequired Python setup from github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
giumas committed Oct 20, 2024
1 parent d3ceb90 commit 9c74cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/abc2_on_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: setup-conda
uses: s-weigand/setup-conda@v1
with:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/abc2_on_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: Set up Python 3.11
uses: actions/setup-python@v5
with:
python-version: '3.11'
- name: setup-conda
uses: s-weigand/setup-conda@v1
with:
Expand Down

0 comments on commit 9c74cd9

Please sign in to comment.