Skip to content

Commit

Permalink
Print Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
CyanoKobalamyne committed Oct 29, 2024
1 parent 3ab70ce commit d78d6e6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
- name: Python Dependencies
run: |
python3 --version
python3 -m venv ./.venv
source ./.venv/bin/activate
python3 -m pip install Cython==0.29.*
Expand All @@ -70,6 +71,7 @@ jobs:

- name: Build
run: |
python3 --version
cd build
make -j
Expand Down

0 comments on commit d78d6e6

Please sign in to comment.