Skip to content

Commit

Permalink
Fix the CI configuration for package.
Browse files Browse the repository at this point in the history
It's useless to run the tests because there are run just before when the version is set.
  • Loading branch information
genglert committed Nov 4, 2024
1 parent 3f2a4f4 commit 35667b9
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -550,11 +550,11 @@ workflows:
only: /.*/
branches:
ignore: /.*/
requires:
- javascript-tests
# - python37-tests-sqlite3
- python38-tests-sqlite3
# - python37-tests-mysql
- python38-tests-mysql
# - python37-tests-pgsql
- python38-tests-pgsql
# requires:
# - javascript-tests
## - python37-tests-sqlite3
# - python38-tests-sqlite3
## - python37-tests-mysql
# - python38-tests-mysql
## - python37-tests-pgsql
# - python38-tests-pgsql

0 comments on commit 35667b9

Please sign in to comment.