We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0f028c7 + 5469183 commit 72e030dCopy full SHA for 72e030d
.github/workflows/publish-to-test-pypi.yml
@@ -10,11 +10,11 @@ jobs:
10
name: Build and publish Python distributions to PyPI and TestPyPI
11
runs-on: ubuntu-latest
12
steps:
13
- - uses: actions/checkout@v1
14
- - name: Set up Python
15
- uses: actions/setup-python@v1
+ - uses: actions/checkout@master
+ - name: Set up Python 3.10
+ uses: actions/setup-python@v3
16
with:
17
- python-version: "3.9"
+ python-version: "3.10"
18
19
- name: Install pypa/build
20
run: >-
requirements.txt
@@ -1,3 +1,3 @@
1
-pymc>=4.1.7
2
-arviz>=0.12.1
3
-numba>=0.55.1
+pymc>=4.0.1
+arviz
+numba
0 commit comments