Skip to content

Update timm version to 1.0.7 (#431) #181

Update timm version to 1.0.7 (#431)

Update timm version to 1.0.7 (#431) #181

name: Export tasks
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
python-version: ["3.8"]
steps:
- run: |
sudo apt-get update
- uses: actions/checkout@v2
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v2
with:
python-version: ${{ matrix.python-version }}
- run: python scripts/export_tasks.py