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 1dcac35 commit 818e316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
pdm sync -d -G test
python3 -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"
pdm run python3 -c "import tensorflow as tf; print(tf.reduce_sum(tf.random.normal([1000, 1000])))"
#- name: Install package
# run: |
# pdm install
Expand Down

0 comments on commit 818e316

Please sign in to comment.