Skip to content

Commit

Permalink
Fix yml files.
Browse files Browse the repository at this point in the history
  • Loading branch information
marjanalbooyeh committed Aug 3, 2023
1 parent 7b244d2 commit fed4476
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: docker/setup-buildx-action@v1
-
name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v1
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ on:
jobs:
pytest:
runs-on: ubuntu-latest

steps:
- name: Check out repository
uses: actions/checkout@v2
Expand All @@ -29,7 +29,7 @@ jobs:
with:
environment-file: environment-dev.yml
miniforge-variant: Mambaforge
miniforge-version: 23.1.0-4
miniforge-version: 23.1.0-4
use-mamba: true

- name: Install package
Expand Down

0 comments on commit fed4476

Please sign in to comment.