Skip to content

Commit

Permalink
update sed command
Browse files Browse the repository at this point in the history
  • Loading branch information
serhio-k committed Oct 22, 2024
1 parent 41f1e7c commit 086ebfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/databricks-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
run: |
cp -n databricks/setup.cfg .
cp -n databricks/pyproject.toml .
sed -i 's/$/rc.dbx/' src/syngen/VERSION
sed -i 's/$/rc1+dbx/' src/syngen/VERSION
cat src/syngen/VERSION
python -m pip install --upgrade pip
pip install build
Expand Down

0 comments on commit 086ebfd

Please sign in to comment.