Skip to content

Commit

Permalink
ci: fix variable expansion
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjelinek committed Nov 1, 2024
1 parent 235265b commit 0110541
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
run: |
set -euxo pipefail
pcs_dir="${RUNNER_TEMP}/pcs"
mkdir -p pcs_dir
mkdir -p "$pcs_dir"
cd pcs-upstream
if [ "x${{ matrix.pcs_version }}" == "xmain" ]; then
echo "0.0.1+ci" > .tarball-version
Expand Down

0 comments on commit 0110541

Please sign in to comment.