Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
c4deszes committed Jan 28, 2024
1 parent f9afce9 commit 268c9b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
- name: Build image
run: docker build . -t local

- name: Test Python version
run: docker run local /bin/sh -- python3 --version
# - name: Test Python version
# run: docker run local /bin/sh -- python3 --version

- name: Test CMake version
run: docker run local /bin/sh -- cmake --version
Expand Down

0 comments on commit 268c9b4

Please sign in to comment.