Skip to content

Compare flobject between Fluent and PyFluent #565

Compare flobject between Fluent and PyFluent

Compare flobject between Fluent and PyFluent #565

name: Compare flobject between Fluent and PyFluent
on:
schedule: # UTC at 0400
- cron: '0 4 * * *'
workflow_dispatch:
jobs:
compare_flobject:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Setup Python
uses: actions/setup-python@v5
with:
python-version: 3.9
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ansys-bot
password: ${{ secrets.GITHUB_TOKEN }}
- name: Pull Fluent docker image
run: make docker-pull
env:
FLUENT_IMAGE_TAG: v24.1.0
- name: Compare flobject
run: make compare-flobject