catalystneuro / roiextractors

Python-based module for extracting from, converting between, and handling optical imaging data from several file formats. Inspired by SpikeInterface.
https://roiextractors.readthedocs.io/en/latest/index.html
BSD 3-Clause "New" or "Revised" License
12 stars 7 forks source link

Fixed Github Workflows #251

Closed pauladkisson closed 1 year ago

pauladkisson commented 1 year ago

Updated AWSCLI version to fix github workflows.

pauladkisson commented 1 year ago

@CodyCBakerPhD, FYI one can run a workflow based on the conclusion of another workflow without invoking complicated meta-workflows (see here. But, since just updating the awscli version fixed the issue, I don't think we need to even make that change.

CodyCBakerPhD commented 1 year ago

@CodyCBakerPhD, FYI one can run a workflow based on the conclusion of another workflow without invoking complicated meta-workflows (see here. But, since just updating the awscli version fixed the issue, I don't think we need to even make that change.

Cool, thanks for that - good to know they added that capability