Skip to content

Use latest numpy 2+ for validaiton of wheels (#6083) #2445

Use latest numpy 2+ for validaiton of wheels (#6083)

Use latest numpy 2+ for validaiton of wheels (#6083) #2445

name: Push prod tags to Rockset query lambdas
# This action pushes the "prod" tag to every query lambda version that we
# reference from our application.
on:
push:
branches:
- main
defaults:
run:
working-directory: torchci
jobs:
push-rockset-tags:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: yarn install --frozen-lockfile
- run: yarn node scripts/pushRocksetTags.mjs
env:
ROCKSET_API_KEY: ${{ secrets.ROCKSET_API_KEY }}