Skip to content

Commit

Permalink
setup python (#388)
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli authored Oct 13, 2024
1 parent 406f84d commit 10eafba
Showing 1 changed file with 3 additions and 13 deletions.
16 changes: 3 additions & 13 deletions .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,19 +24,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

- name: setup micromamba
uses: mamba-org/setup-micromamba@v1
- uses: actions/setup-python@v3
with:
environment-file: environment.yml
environment-name: mda-user-guide
create-args: >-
pip
condarc: |
channels:
- conda-forge
- plotly
- uses: pre-commit/[email protected]
python-version: '3.x'
- uses: pre-commit/[email protected]
with:
extra_args: --all-files

0 comments on commit 10eafba

Please sign in to comment.