We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e43889 commit 5b76e49Copy full SHA for 5b76e49
.github/workflows/build_and_publish_to_pypi.yml
@@ -13,8 +13,6 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- uses: actions/checkout@master
16
- with:
17
- lfs: true
18
- name: Set up Python 3.8
19
uses: actions/setup-python@v3
20
with:
.github/workflows/tests.yml
@@ -19,8 +19,6 @@ jobs:
21
- uses: actions/checkout@v3
22
23
24
- name: Set up Python ${{ matrix.python-version }}
25
26
@@ -43,8 +41,6 @@ jobs:
43
41
44
42
45
46
47
48
49
50
0 commit comments