Skip to content

Commit

Permalink
build: fix circle-ci config
Browse files Browse the repository at this point in the history
  • Loading branch information
altor committed Jan 8, 2020
1 parent d7c2bfb commit da48e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- run:
name: check git tag with package version
command: |
python3 -c "import os, pyJoules; exit(os.environ.get('CIRCLE_TAG', '?')[1:] != pyRAPL .__version__)"
python3 -c "import os, pyJoules; exit(os.environ.get('CIRCLE_TAG', '?')[1:] != pyJoules .__version__)"
- run:
name: prepare environment
command: |
Expand Down

0 comments on commit da48e60

Please sign in to comment.