diff --git a/.github/workflows/release win.yml b/.github/workflows/release win.yml index 20de7d07..0cd1e67e 100644 --- a/.github/workflows/release win.yml +++ b/.github/workflows/release win.yml @@ -1,7 +1,6 @@ name: Binary Release Windows -on: - workflow_dispatch: +on: [push, pull_request] jobs: build: diff --git a/requirements_win.txt b/requirements_win.txt index 67ad8e28..3ee8d875 100644 --- a/requirements_win.txt +++ b/requirements_win.txt @@ -20,7 +20,7 @@ lmfit openpyxl numexpr==2.8.4 fastapi==0.101.1 -tensorflow +tensorflow==2.12.0 tqdm seaborn PyJWT==1.7.0