We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c2bfb commit da48e60Copy full SHA for da48e60
.circleci/config.yml
@@ -45,7 +45,7 @@ jobs:
45
- run:
46
name: check git tag with package version
47
command: |
48
- 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__)"
49
50
name: prepare environment
51
0 commit comments