From 9af26d871387e0f048a67b387d0844414243da0a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sof=C3=ADa=20Celi?= Date: Mon, 3 Feb 2025 21:28:18 +0000 Subject: [PATCH] Nicer CI file --- .github/workflows/python-app.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python-app.yml b/.github/workflows/python-app.yml index 37ccc93..8c5323c 100644 --- a/.github/workflows/python-app.yml +++ b/.github/workflows/python-app.yml @@ -5,7 +5,7 @@ name: Python application on: push: - branches: [ "main", "MAYO1.1" ] + branches: [ "main" ] pull_request: branches: [ "main" ] @@ -38,7 +38,7 @@ jobs: conda run -n sage sage -pip install pycryptodomex - name: Check installed versions run: | - # Print Python version + # Print versions source $HOME/miniforge3/etc/profile.d/conda.sh conda run -n sage python --version conda run -n sage pip --version