update versions #561
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: nightly-tests | |
on: [push, pull_request] | |
jobs: | |
run-nightly-tests: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout 🛎️Ivy Builder | |
uses: actions/checkout@v2 | |
with: | |
path: builder | |
persist-credentials: false | |
- name: Run Tests | |
run: | | |
docker run --rm -v `pwd`/builder:/builder unifyai/builder:latest python3 -m pytest ivy_builder_tests/ |