AISViz / AISdb

AISdb Python package for smart AIS data storage and interaction.
https://aisviz.cs.dal.ca
GNU Affero General Public License v3.0
7 stars 0 forks source link

CI Improvements and Features Reworking #60

Closed gabrielspadon closed 5 months ago

gabrielspadon commented 5 months ago

@JayKumarr and @Jinnkunn, I need some help here. I fixed all the issues with the tests and remote servers, the code compiles, installs and all tests passe locally on my computer. Whenever I try to run with the action runners, it fails. On windows it says it is missing a package that I don't remember removing, and on linux there's no clear explanation of why this is happening. Could you please take a look and see if you spot any reason that is preventing to pass all the tests?

aisdb-tests.log

JayKumarr commented 5 months ago

there is error in installing postgres on windows

image

gabrielspadon commented 5 months ago

@JayKumarr, any known fix?

Jinnkunn commented 5 months ago

@gabrielspadon I can try to fix this