Skip to content

Commit

Permalink
Fix Linux build, bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
talmo committed Mar 18, 2024
1 parent 0381d3a commit b310249
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .conda.tensorflow/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ about:
For GPU support, install cudatoolkit 11.3.1 and cudnn 8.2.1 which are available as conda packages on the default channel.'

build:
number: 0
number: 1

source:
path: ../
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions .github/workflows/build_tensorflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ jobs:
# Build conda package
- name: Build conda package (Windows)
if: matrix.os == 'windows-2019'
if: matrix.os == 'windows-latest'
shell: powershell
run: |
conda activate build_tensorflow
conda build .conda.tensorflow --output-folder build.tensorflow -c conda-forge
- name: Build conda package (Ubuntu)
if: matrix.os == 'ubuntu-20.04'
if: matrix.os == 'ubuntu-latest'
shell: bash -l {0}
run: |
conda build .conda.tensorflow --output-folder build.tensorflow -c conda-forge
Expand Down

0 comments on commit b310249

Please sign in to comment.