Skip to content

Commit

Permalink
fix command spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
mbarlow12 committed Sep 25, 2024
1 parent 1896724 commit 5773222
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opgee-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Opgee resolved env cache key
id: opgee-env-key
run: |
ENV_HASH = $(conda list --explicit | sha256sum | cut -d ' ' -f 1)
ENV_HASH=$(conda list --explicit | sha256sum | cut -d ' ' -f 1)
echo "opgee_hash=$ENV_HASH" >> $GITHUB_OUTPUT
- name: Cache Conda env
id: opgee-env-cache
Expand Down

0 comments on commit 5773222

Please sign in to comment.