Skip to content

Commit

Permalink
run python --version part of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thomas-mangin committed Jun 9, 2024
1 parent e271b0e commit 7a042cd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
- name: Set up Python
uses: actions/[email protected]

- name: run python version
run: |
python --version
- name: Install dependencies
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 7a042cd

Please sign in to comment.