Skip to content

Commit

Permalink
Update previous package so we get a clean build
Browse files Browse the repository at this point in the history
  • Loading branch information
dnwillia-work authored and egravenh committed Jul 29, 2022
1 parent ae6b014 commit 8f80aeb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 7 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
- name: Install again after codegen
run: |
rm -rf dist
make install
make install > /dev/null
- name: Cache examples
uses: actions/cache@v3
Expand All @@ -205,11 +205,7 @@ jobs:
Examples-v${{ env.RESET_EXAMPLES_CACHE }}-${{ steps.version.outputs.PYFLUENT_VERSION }}-${{ matrix.image-tag }}
- name: Build Documentation
run: |
ls -al src/ansys/fluent/core/solver
which python
ls -alR /home/ansys/actions-runner/_work/_tool/Python/3.9.12/x64
make build-doc DOCS_CNAME=fluentdocs.pyansys.com
run: make build-doc DOCS_CNAME=fluentdocs.pyansys.com
env:
ANSYSLMD_LICENSE_FILE: ${{ format('1055@{0}', secrets.LICENSE_SERVER) }}
PYFLUENT_START_INSTANCE: 0
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ style:
install:
@pip install -r requirements/requirements_build.txt
@python -m build
@pip install dist/*.whl
@pip install -q --force-reinstall dist/*.whl

version-info:
@bash -c "date -u +'Build date: %B %d, %Y %H:%M UTC ShaID: <id>' | xargs -I date sed -i 's/_VERSION_INFO = .*/_VERSION_INFO = \"date\"/g' src/ansys/fluent/core/__init__.py"
Expand Down

0 comments on commit 8f80aeb

Please sign in to comment.