Skip to content

Commit

Permalink
testing -> tests (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlthome authored Aug 15, 2024
1 parent 71bcb18 commit fddf120
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: True
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: True

jobs:
test:
Expand All @@ -34,7 +34,7 @@ jobs:
envfile: ".github/environment-minimal.yml"
channel-priority: "flexible"
name: "Minimal dependencies"

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand All @@ -58,7 +58,7 @@ jobs:

- name: Install package in development mode
shell: bash -l {0}
run: python -m pip install --upgrade-strategy=only-if-needed -e .[display,testing]
run: python -m pip install --upgrade-strategy=only-if-needed -e .[display,tests]

- name: Log installed packages for debugging
shell: bash -l {0}
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ install_requires =
scipy >= 1.4.0

[options.extras_require]
display =
display =
matplotlib >= 3.3.0
testing =
tests =
matplotlib >= 3.3.0
decorator
pytest
Expand Down

0 comments on commit fddf120

Please sign in to comment.