Skip to content

Commit

Permalink
SNOW-1659317: update artifact version
Browse files Browse the repository at this point in the history
Signed-off-by: Labanya Mukhopadhyay <[email protected]>
  • Loading branch information
sfc-gh-lmukhopadhyay committed Sep 10, 2024
1 parent 5358ee3 commit 18bc4f0
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions .github/workflows/daily_jupyter_nb_test.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Daily Snowpark pandas jupyter notebook test

on:
schedule:
- cron: "0 16 * * *" # Runs 16:00 UTC on every day
workflow_dispatch:
inputs:
logLevel:
default: warning
description: "Log level"
required: true
pull_request:
types:
- opened
# schedule:
# - cron: "0 16 * * *" # Runs 16:00 UTC on every day
# workflow_dispatch:
# inputs:
# logLevel:
# default: warning
# description: "Log level"
# required: true

jobs:
lint:
Expand Down Expand Up @@ -46,7 +49,7 @@ jobs:
run: python -m pip wheel -v -w dist --no-deps .
- name: Show wheels generated
run: ls -lh dist
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v4
with:
name: wheel
path: dist/
Expand Down

0 comments on commit 18bc4f0

Please sign in to comment.