Skip to content

Commit

Permalink
chore: added documentation to GitHub action
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrkarr committed Nov 24, 2021
1 parent 6655498 commit 9bf3b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install Python
uses: actions/setup-python@v2
with:
python-version: '3.9.9'
python-version: '3.9.9' # no particular microversion of 3.9 is required; 3.9.8 behaves oddly in GitHub actions

- name: Setup pip cache
uses: actions/cache@v2
Expand Down

0 comments on commit 9bf3b0c

Please sign in to comment.