Spaces:
Runtime error
Runtime error
freemt
commited on
Commit
Β·
22206cb
1
Parent(s):
7381c93
First commit
Browse files- .github/workflows/routine-tests.yml +2 -1
- README.md +3 -0
.github/workflows/routine-tests.yml
CHANGED
@@ -10,7 +10,8 @@ jobs:
|
|
10 |
matrix:
|
11 |
python-version: [3.7, 3.8]
|
12 |
poetry-version: [1.1.2]
|
13 |
-
os: [ubuntu-18.04, macos-latest, windows-latest]
|
|
|
14 |
runs-on: ${{ matrix.os }}
|
15 |
steps:
|
16 |
- uses: actions/checkout@v2
|
|
|
10 |
matrix:
|
11 |
python-version: [3.7, 3.8]
|
12 |
poetry-version: [1.1.2]
|
13 |
+
# os: [ubuntu-18.04, macos-latest, windows-latest]
|
14 |
+
os: [ubuntu-18.04, macos-latest]
|
15 |
runs-on: ${{ matrix.os }}
|
16 |
steps:
|
17 |
- uses: actions/checkout@v2
|
README.md
CHANGED
@@ -29,3 +29,6 @@ Interactive
|
|
29 |
```bash
|
30 |
python -m convbot
|
31 |
```
|
|
|
|
|
|
|
|
29 |
```bash
|
30 |
python -m convbot
|
31 |
```
|
32 |
+
## Not tested in Windows 10
|
33 |
+
|
34 |
+
The module uses pytorch that is installed differently in Windows than in Linux. To run in Windows, you can probably just try to install pytorch manually.
|