Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Apr 23, 2023
1 parent 1c8c8a0 commit c7d6c02
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,11 +112,11 @@ jobs:
- name: Setup Python test environment
uses: conda-incubator/setup-miniconda@v2
with:
activate-environment: aiidalab-docker-stack
miniconda-version: "latest"
environment-file: environment.yml
python-version: 3.9
auto-activate-base: true
activate-environment: aiidalab-docker-stack
miniconda-version: "latest"
environment-file: environment.yml
python-version: 3.9
auto-activate-base: true
- name: Run tests
shell: bash -l {0} # required to activate the conda environment
env: ${{ fromJSON(needs.build.outputs.images) }}
Expand Down

0 comments on commit c7d6c02

Please sign in to comment.