mirror of
https://github.com/MadcowD/ell.git
synced 2024-09-22 16:14:36 +03:00
sytax error
This commit is contained in:
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
run: |
|
||||
cd docs
|
||||
rm -rf _build # Remove existing build directory
|
||||
poetry run python -c "import ell; version = ell.__version__; print(version); with open('src/_static/ell_version.txt', 'w') as f: f.write(version)"
|
||||
poetry run python -c "import ell; version = ell.__version__; print(version); open('src/_static/ell_version.txt', 'w').write(version)"
|
||||
poetry run make html # Use poetry run to ensure the correct environment is used
|
||||
|
||||
# env:
|
||||
|
||||
Reference in New Issue
Block a user