Skip to content

Commit

Permalink
Minor update on ci workflow (#314)
Browse files Browse the repository at this point in the history
* minor update on ci workflow

* fix typo
  • Loading branch information
ioangatop authored Mar 19, 2024
1 parent 86c0a88 commit f85a5f1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/CI.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
with:
python-version: "3.10"
architecture: x64
- name: Setting up NOX
- name: Setting up nox
uses: wntrblm/[email protected]
with:
python-versions: "3.10"
- name: Lint checks
- name: Performing lint checks
run: nox -s lint
- name: Type checks
- name: Performing static type checks
run: nox -s check

tests:
Expand All @@ -44,9 +44,9 @@ jobs:
with:
python-version: ${{ matrix.python-version }}
architecture: x64
- name: Setting up NOX
- name: Setting up nox
uses: wntrblm/[email protected]
with:
python-versions: ${{ matrix.python-version }}
- name: Unit Tests
- name: Executing unit tests
run: nox -s test

0 comments on commit f85a5f1

Please sign in to comment.