Skip to content

Commit

Permalink
change GHA
Browse files Browse the repository at this point in the history
  • Loading branch information
gschramm committed Feb 22, 2024
1 parent 61527c0 commit 55bd7da
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ jobs:
- name: Install dependencies
run: |
pdm install -d -G test
pdb list
pdm run python3 -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"
#- name: Install package
# run: |
Expand Down

0 comments on commit 55bd7da

Please sign in to comment.