We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ffec1 commit 075a3f7Copy full SHA for 075a3f7
.github/workflows/ci.yml
@@ -15,12 +15,12 @@ jobs:
15
runs-on: ubuntu-latest
16
steps:
17
18
+ - name: Setting conda path
19
+ run: echo "::add-path::${HOME}/miniconda3/bin"
20
+
21
- name: Checkout
22
uses: actions/checkout@v1
23
- - name: Setting conda path
- run: echo "::set-env name=PATH::${HOME}/miniconda3/bin:${PATH}"
-
24
- name: Looking for unwanted patterns
25
run: ci/code_checks.sh patterns
26
if: true
0 commit comments