Skip to content

Commit

Permalink
Update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Aug 25, 2021
1 parent 5af2e0b commit 4217d1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
strategy:
matrix:
version:
- '1.4'
- 'nightly'
- "latest"
- "nightly"
os:
- ubuntu-latest
- macOS-latest
Expand Down Expand Up @@ -52,10 +52,10 @@ jobs:
- uses: actions/checkout@v2
- uses: julia-actions/setup-julia@v1
with:
version: '1'
version: "1"
- uses: actions/setup-python@v2
with:
python-version: '3.7'
python-version: "3.7"
- run: |
julia --project=docs -e '
using Pkg
Expand Down

0 comments on commit 4217d1a

Please sign in to comment.