Skip to content

Commit 10eafba

Browse files
authored
setup python (#388)
1 parent 406f84d commit 10eafba

File tree

1 file changed

+3
-13
lines changed

1 file changed

+3
-13
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,9 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v4
27-
28-
- name: setup micromamba
29-
uses: mamba-org/setup-micromamba@v1
27+
- uses: actions/setup-python@v3
3028
with:
31-
environment-file: environment.yml
32-
environment-name: mda-user-guide
33-
create-args: >-
34-
pip
35-
condarc: |
36-
channels:
37-
- conda-forge
38-
- plotly
39-
40-
- uses: pre-commit/[email protected]
29+
python-version: '3.x'
30+
- uses: pre-commit/[email protected]
4131
with:
4232
extra_args: --all-files

0 commit comments

Comments
 (0)