Skip to content

Commit

Permalink
update test kaggle-action workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KevKibe committed Oct 30, 2024
1 parent 5fdfb5a commit b387c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-kaggle-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Test Kaggle Script Action

on: [pull_request]


jobs:
test_kaggle_action:
runs-on: ubuntu-latest
Expand All @@ -19,6 +20,6 @@ jobs:
custom_script: "python test.py --url "https://jsonplaceholder.typicode.com/posts/1""
working_subdir: "tests"
enable_internet: true
enable_gpu: false
enable_gpu: true
enable_tpu: false
sleep_time: 10

0 comments on commit b387c14

Please sign in to comment.