Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ jobs:
- name: Install Rose
run: |
pip install ."[lint]"
yarn install

- name: Flake8
run: flake8
Expand All @@ -68,7 +67,8 @@ jobs:
run: etc/bin/shellchecker

- name: ESLint
run: yarn run lint
run: |
npx --package=eslint -- eslint -c .eslintrc.js sphinx/

- name: MyPy
run: |
Expand Down Expand Up @@ -144,7 +144,6 @@ jobs:
working-directory: rose
run: |
pip install ."[tests,docs${{ (startsWith(matrix.os, 'ubuntu') && ',graph,rosa') || '' }}]"
yarn install

- name: Install Cylc
uses: cylc/release-actions/install-cylc-components@v1
Expand Down
20 changes: 0 additions & 20 deletions package.json

This file was deleted.

Loading