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 16326c2 + 8ab5ab5 commit 2d5de77Copy full SHA for 2d5de77
.github/workflows/test.yml
@@ -8,6 +8,10 @@ on:
8
- master
9
pull_request:
10
11
+defaults:
12
+ run:
13
+ shell: bash
14
+
15
jobs:
16
test:
17
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -17,6 +21,7 @@ jobs:
21
matrix:
18
22
version:
19
23
- '1.6'
24
+ - '1'
20
25
- 'nightly'
26
os:
27
- ubuntu-latest
Project.toml
@@ -33,7 +33,7 @@ NNlib = "0.7"
33
NNlibCUDA = "0.1"
34
Reexport = "1.1"
35
Zygote = "0.6"
36
-julia = "1.6 - 1.7"
+julia = "1.6"
37
38
[extras]
39
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
0 commit comments