Skip to content

Commit

Permalink
Nicer CI file
Browse files Browse the repository at this point in the history
  • Loading branch information
claucece authored Feb 3, 2025
1 parent c975475 commit 9af26d8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ name: Python application

on:
push:
branches: [ "main", "MAYO1.1" ]
branches: [ "main" ]
pull_request:
branches: [ "main" ]

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 9af26d8

Please sign in to comment.