4 questions from the last 30 days
1
vote
1
answer
85
views
How to automate versioning via CI in a Python project? [closed]
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/**, ...
0
votes
0
answers
64
views
Run Ansible deployment via SSM Failed [closed]
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: |
...
0
votes
0
answers
69
views
Wikipedia returns 403 when using sphinx linkcheck to check for broken links
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 ...
0
votes
0
answers
94
views
E: Unable to locate package libeigen3-dev
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 ...