Skip to content

Commit

Permalink
mac012 with pinned pysam 3.x
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Lonsdale committed Nov 25, 2022
1 parent a546401 commit d37054b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pyinstaller.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Install dependency env
uses: actions/setup-python@v2
with:
python-version: '3.6.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
python-version: '3.x' # Version range or exact version of a Python version to use, using SemVer's version range syntax
architecture: 'x64' # optional x64 or x86. Defaults to x64 if not specified
- name: Install dependencies
run: |
Expand Down

0 comments on commit d37054b

Please sign in to comment.