Skip to main content
1 vote
1 answer
85 views

I have a Python project using pyproject.toml and I want to figure out the best method to automate incrementing the version. The requirements are: Each time the package is modified (e.g.: src/**, ...
DevOps Jeremy's user avatar
0 votes
0 answers
64 views

Task failed: DISABLE ECHO command 'stty -echo' timeout Code : - name: Run Ansible deployment via SSM env: AWS_DEFAULT_REGION: ${{ env.AWS_REGION }} AWS_REGION: ${{ env.AWS_REGION }} run: | ...
Rafi's user avatar
  • 301
0 votes
0 answers
69 views

We use sphinx linkcheck to make sure that our docs do not contain broken links, but Wikipedia has started returning a 403, assuming that our CI is a robot. Fair enough, it is a robot, so has anyone ...
jon_two's user avatar
  • 1,278
0 votes
0 answers
94 views

In short, in the GitLab CI I get the error E: Unable to locate package libeigen3-dev Context. I'm on Linux. On my machine the makefile works and the program can run. The CI can run the installation of ...
Blue Lama's user avatar
  • 172