Skip to content

Commit

Permalink
chore: remove python ml tests in github workflow x 2
Browse files Browse the repository at this point in the history
  • Loading branch information
timurbazhirov committed Nov 22, 2023
1 parent 098d581 commit e7c64f3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,9 @@ jobs:
node-version: ${{ matrix.node-version }}

publish-js-package:
needs: [run-py-tests, run-js-tests]
needs:
- run-js-tests
# - run-py-tests
runs-on: ubuntu-latest
if: github.ref_name == 'dev'

Expand Down

0 comments on commit e7c64f3

Please sign in to comment.