Skip to content

Commit

Permalink
Display python version
Browse files Browse the repository at this point in the history
  • Loading branch information
BSVino committed Nov 18, 2021
1 parent 5633c05 commit 31a0407
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ jobs:
echo github.event.action: ${{ github.event.action }}
echo github.event_name: ${{ github.event_name }}
- name: Display python version
run: python -c "import sys; print(sys.version)"

- name: Compile docs.gl
run: python3 compile.py --full

Expand Down

0 comments on commit 31a0407

Please sign in to comment.