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 bbc5d6b + a1e092a commit 1939fecCopy full SHA for 1939fec
.github/workflows/unix.yml
@@ -14,9 +14,9 @@ jobs:
14
runs-on: ${{ matrix.os }}
15
16
steps:
17
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
18
- name: Cache conda
19
- uses: actions/cache@v2
+ uses: actions/cache@v3
20
# Increase this value to reset cache
21
env: {CACHE_NUMBER: 0}
22
with:
.github/workflows/windows.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: Install dependencies
run: |
python -m pip install cython numpy scipy h5py openpmd-api matplotlib jupyter pytest pyflakes wget
0 commit comments