Skip to content

Commit

Permalink
create workflow that runs python script
Browse files Browse the repository at this point in the history
  • Loading branch information
abdulsam committed Aug 9, 2023
1 parent 636214f commit 9420716
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import wandb

print(f" The version of wandb is: {wandb.__version__}")
1 change: 1 addition & 0 deletions requiremnts.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
wandb

0 comments on commit 9420716

Please sign in to comment.