Skip to content

Commit

Permalink
Remove Python from GHA workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettmflynn committed Dec 31, 2024
1 parent c30c24b commit 6f49be6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 33 deletions.
12 changes: 1 addition & 11 deletions .github/workflows/Build-and-deploy-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.10"

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: commoners-starter-kit
environment-file: environment.yml
auto-activate-base: false

- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"

- name: Install dependencies
run: npm install
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/Build-and-deploy-mac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.10"

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: commoners-starter-kit
environment-file: environment.yml
auto-activate-base: false

- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"

- name: Install dependencies
run: npm install
Expand Down
12 changes: 1 addition & 11 deletions .github/workflows/Build-and-deploy-win.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,9 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: actions/setup-python@v4
with:
python-version: "3.10"

- uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: commoners-starter-kit
environment-file: environment.yml
auto-activate-base: false

- uses: actions/setup-node@v3
with:
node-version: "18"
node-version: "20"

- name: Install dependencies
run: npm install
Expand Down

0 comments on commit 6f49be6

Please sign in to comment.