Skip to content

Commit

Permalink
style: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dfguerrerom committed Aug 25, 2023
1 parent addf38e commit 4daebaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: '3.10'
python-version: "3.10"
- name: Install mamba
uses: mamba-org/setup-micromamba@v1
with:
environment-file: 'build-environment.yml'
environment-file: "build-environment.yml"
init-shell: bash
- name: Build the JupyterLite site
shell: bash -l {0}
Expand Down

0 comments on commit 4daebaf

Please sign in to comment.