Skip to content

Commit

Permalink
[Testing] Trying to stabilize mac runners (#668)
Browse files Browse the repository at this point in the history
* trying to stabilize mac runners

* Update deploy-tests.yml

* Update testing.yml

* downpin tables

* Update testing.yml

* Update deploy-tests.yml
  • Loading branch information
CodyCBakerPhD authored Nov 30, 2023
1 parent 09b91cb commit c39dbb1
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
dlc2nwb>=0.3
tables<3.9.0;python_version<'3.9' # imported by package but not included in pip setup (is included in setup.cfg)
tables;python_version>='3.9'
tables<3.9.2;sys_platform=="darwin"
tables;sys_platform=="linux" or sys_platform=="win32"

0 comments on commit c39dbb1

Please sign in to comment.