mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Merge branch 'dev' into dependabot/github_actions/dev/actions/setup-python-4.0.0
This commit is contained in:
commit
15e0c68df6
4
.github/workflows/python-package.yml
vendored
4
.github/workflows/python-package.yml
vendored
@ -17,6 +17,8 @@ jobs:
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
@ -97,6 +99,8 @@ jobs:
|
||||
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4.0.0
|
||||
with:
|
||||
python-version: '3.x'
|
||||
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
|
Loading…
Reference in New Issue
Block a user