diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 53560337..10691a08 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -46,7 +46,6 @@ jobs: npm i npm run build timeout-minutes: 20 - - run: npm run lint - name: Run tests run: | source .venv/bin/activate diff --git a/requires-dev.txt b/requires-dev.txt index a208953f..833a4f9a 100644 --- a/requires-dev.txt +++ b/requires-dev.txt @@ -2,4 +2,6 @@ dash[ci,dev,testing]>=2.0 pyyaml>=5.0 pytest<8.1.0 wheel -selenium<4.3.0 \ No newline at end of file +selenium<4.3.0 +black +build \ No newline at end of file