File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -313,7 +313,7 @@ mod tests {
313313 let mut variant = BTreeMap :: new ( ) ;
314314 variant. insert ( "target_platform" . into ( ) , host_subdir ( ) . into ( ) ) ;
315315 let hash = HashInfo :: from_variant ( & variant, & NoArchType :: none ( ) ) ;
316- let pkg_hash = format ! ( "pkg_hash-1.0.0-{hash}_my_pkg.tar.bz2" ) ;
316+ let pkg_hash = format ! ( "pkg_hash-1.0.0-h {hash}_my_pkg.tar.bz2" ) ;
317317 let pkg = pkg. display ( ) . to_string ( ) ;
318318 assert ! ( pkg. ends_with( & pkg_hash) ) ;
319319 }
@@ -647,8 +647,8 @@ build:
647647 script:
648648 content: |
649649 echo "Testing Python installation"
650- ${{ PYTHON }} --version
651- ${{ PYTHON }} --help
650+ python --version
651+ python --help
652652requirements:
653653 host:
654654 - python
@@ -668,7 +668,7 @@ package:
668668build:
669669 script:
670670 content:
671- - ${{ PYTHON }} --help
671+ - python --help
672672requirements:
673673 host:
674674 - python
You can’t perform that action at this time.
0 commit comments