Skip to content

Commit da48e60

Browse files
committed
build: fix circle-ci config
1 parent d7c2bfb commit da48e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- run:
4646
name: check git tag with package version
4747
command: |
48-
python3 -c "import os, pyJoules; exit(os.environ.get('CIRCLE_TAG', '?')[1:] != pyRAPL .__version__)"
48+
python3 -c "import os, pyJoules; exit(os.environ.get('CIRCLE_TAG', '?')[1:] != pyJoules .__version__)"
4949
- run:
5050
name: prepare environment
5151
command: |

0 commit comments

Comments
 (0)