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.
1 parent acc0cf0 commit 4ad8bdbCopy full SHA for 4ad8bdb
.github/workflows/ci-tests-data.yml
@@ -71,8 +71,6 @@ jobs:
71
for fpath in `ls requirements/data/*.txt`; do \
72
python ./adjust-torch-versions.py $fpath ${{ matrix.pytorch-version }}; \
73
done
74
- cat requirements/data/data.txt
75
- cat requirements/data/cloud.txt
76
77
# ToDo
78
# - name: pip wheels cache
.github/workflows/ci-tests-fabric.yml
@@ -114,7 +114,6 @@ jobs:
114
for fpath in `ls requirements/**/*.txt`; do \
115
116
117
- cat requirements/fabric/base.txt
118
119
- name: pip wheels cache
120
uses: actions/cache/restore@v3
src/version.info
@@ -1 +1 @@
1
-2.1.0.rc0
+2.1.0.rc1
0 commit comments