ntjohnson1 commented on code in PR #1400:
URL: 
https://github.com/apache/datafusion-python/pull/1400#discussion_r2885810913


##########
.github/workflows/test.yml:
##########
@@ -62,7 +62,7 @@ jobs:
         uses: actions/cache@v5
         with:
           path: ~/.cargo
-          key: cargo-cache-${{ steps.rust-toolchain.outputs.cachekey }}-${{ 
hashFiles('Cargo.lock') }}
+          key: cargo-cache-${{ matrix.toolchain }}-${{ hashFiles('Cargo.lock') 
}}

Review Comment:
   AFAICT this was already broken but my change here invalidated the cache and 
exercised the fact that this line is no longer valid. This was required to make 
CI, happy.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to