Skip to content

Commit

Permalink
Update python version of auto update (seladb#1117)
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin authored Apr 7, 2023
1 parent be277d3 commit 33d6929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Auto Update

on:
schedule:
- cron: '10 10 1 * *'
- cron: '10 10 15 * *'

jobs:
precommit-update:
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.8.x"
python-version: "3.9.x"
- name: Run update
run: |
python3 3rdParty/OUIDataset/create_oui_data.py
Expand Down

0 comments on commit 33d6929

Please sign in to comment.