Skip to content

Commit 48c8bd0

Browse files
committed
Remove git version verification for now (problem with CIRCLE_TAG)
1 parent cfb466a commit 48c8bd0

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.circleci/config.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
- checkout:
4343
name: Checkout Git
4444

45-
- run:
46-
name: verify git tag vs. version
47-
command: |
48-
python3 -m venv venv
49-
. venv/bin/activate
50-
python setup.py verify
45+
# - run:
46+
# name: verify git tag vs. version
47+
# command: |
48+
# python3 -m venv venv
49+
# . venv/bin/activate
50+
# python setup.py verify
5151

5252
- run:
5353
name: Build Package

0 commit comments

Comments
 (0)