facebookresearch / labgraph

LabGraph is a Python framework for rapidly prototyping experimental systems for real-time streaming applications. It is particularly well-suited to real-time neuroscience, physiology and psychology experiments.
MIT License
162 stars 47 forks source link

Fixed Apache Ant version in Dockerfile #73

Closed dtemir closed 2 years ago

dtemir commented 2 years ago

Description

The main.yml workflow kept failing on me, so I figured it would be useful to fix the Apache Ant version issue that was making the docker build fail.

You can find the successful build logs here: https://github.com/dtemir/labgraph/runs/6014180685?check_suite_focus=true You can find the unsuccessful build logs here: https://github.com/facebookresearch/labgraph/runs/5803725955?check_suite_focus=true

Type of change

Feature/Issue validation/testing

Testing is done by running the main.yml in GitHub Actions

Checklist:

jfResearchEng commented 2 years ago

Thanks for this fix!