Skip to content

Commit

Permalink
fixed paths
Browse files Browse the repository at this point in the history
  • Loading branch information
farchaab committed Aug 21, 2024
1 parent d7a32d7 commit 0626525
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ on:
push:
branches: ["main"]
paths:
- ".github/workflows/unit-tests.yaml"
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "assembly_finder/**"
- "setup.py"
pull_request:
branches: ["main"]
paths:
- ".github/workflows/unit-tests.yaml"
- ".github/workflows/unit-tests.yml"
- "tests/**"
- "assembly_finder/**"
- "setup.py"
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
activate-environment: assembly_finder
python-version: ${{ matrix.python-version }}
auto-activate-base: false
- name: "Test and generate coverage report for Linux python ${{ matrix.python-version }}"
- name: "Test and generate coverage report for OSX python ${{ matrix.python-version }}"
run: |
python -m pip install --upgrade pip
python -m pip install pytest coverage
Expand Down

0 comments on commit 0626525

Please sign in to comment.