Skip to content

Commit 8ac9703

Browse files
committed
commit to test GitHub Actions
1 parent 3e4d02a commit 8ac9703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout
2020
- name: Setup Python
2121
# Get Python configured and installed in a build environment by using the `setup-python@v2` GitHub tool
22-
uses: actions/setup-python@v2
22+
uses: actions/setup-python
2323
with:
2424
# Create an environment for each of the Python versions listed in matrix: python
2525
python-version: ${{ matrix.python }}

0 commit comments

Comments
 (0)