Posts tagged how-to

Manipuler les prévision météorologiques avec Python

Debut 2024, Météo France à ouvert toutes ses données météorologiques au public, incluant les observations et les prévisions.

Read more ...


Checking package version bump in Gitlab CI/CD

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.

Read more ...


Testing Gitlab CI Locally

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.

Read more ...