freemt commited on
Commit
0af688a
1 Parent(s): 22206cb

First commit

Browse files
Files changed (2) hide show
  1. .github/workflows/routine-tests.yml +1 -1
  2. README.md +2 -2
.github/workflows/routine-tests.yml CHANGED
@@ -11,7 +11,7 @@ jobs:
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
 
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]
15
  runs-on: ${{ matrix.os }}
16
  steps:
17
  - uses: actions/checkout@v2
README.md CHANGED
@@ -29,6 +29,6 @@ Interactive
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.
 
29
  ```bash
30
  python -m convbot
31
  ```
32
+ ## Not tested in Windows 10 and Mac
33
 
34
+ The module uses pytorch that is installed differently in Windows than in Linux. To run in Windows or Mac, you can probably just try to install pytorch manually.