Posts tagged how-to
Manipuler les prévision météorologiques avec Python
- 21 May 2024
Debut 2024, Météo France à ouvert toutes ses données météorologiques au public, incluant les observations et les prévisions.
Checking package version bump in Gitlab CI/CD
- 16 May 2024
Using Gitlab, you can deploy you package to the Gitlab package repository. This is a great way to share your package with your team, privately or publicly.
Testing Gitlab CI Locally
- 15 May 2024
Developing a Gitlab CI pipeline can be a bit cumbersome as you have to push your code to a remote repository to test it. In this article, we will see how to test a Gitlab CI pipeline locally.