Skip to content

Commit

Permalink
Test import of Python
Browse files Browse the repository at this point in the history
  • Loading branch information
cpondoc committed Oct 31, 2023
1 parent b873f04 commit ba30272
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ jobs:
build-and-test:
runs-on: ubuntu-latest
steps:
- run: echo "Testing this initial command"
- run: echo "Start automated building and testing!"
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
with:
python-version: '3.9'
- run: python -c "import sys; print(sys.version)"

0 comments on commit ba30272

Please sign in to comment.