Skip to content

Commit

Permalink
Always run set-up miniconda and upload to anaconda
Browse files Browse the repository at this point in the history
  • Loading branch information
roomrys committed Sep 12, 2024
1 parent 4568310 commit 53d2a62
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,15 +122,13 @@ jobs:
python-version: ${{ matrix.pyver }}

- name: Setup Miniconda
if: env.RUN_BUILD_JOB == 'true'
uses: conda-incubator/[email protected]
with:
python-version: "3.10"
environment-file: environment.tensorflow.yml
activate-environment: tf

- name: Upload to Anaconda
if: env.RUN_BUILD_JOB == 'true'
env:
ANACONDA_PASSWORD: ${{ secrets.ANACONDA_PASSWORD }}
shell: bash -l {0}
Expand Down

0 comments on commit 53d2a62

Please sign in to comment.