From e6589993f554c2a277cc52c8357dbac364cbfde8 Mon Sep 17 00:00:00 2001 From: Tom Stellard Date: Fri, 2 Aug 2024 16:23:21 -0700 Subject: [PATCH] test --- test-python.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 test-python.yml diff --git a/test-python.yml b/test-python.yml new file mode 100644 index 00000000000000..af4f796a618bde --- /dev/null +++ b/test-python.yml @@ -0,0 +1,18 @@ +name: Test Python + +on: + push: + + + +permissions: + contents: read # Default everything to read-only + +jobs: + test-python: + runs-on: macos-14 + steps: + - shell: bash + run: | + pip install pygithub + python3 -c 'import github'