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.
1 parent 0433d6b commit dd353b8Copy full SHA for dd353b8
.github/workflows/ci.yml
@@ -40,7 +40,7 @@ jobs:
40
if: ${{ github.ref == 'refs/heads/development' || github.base_ref == 'development' }}
41
run: |
42
echo "Using deps from development for our repos"
43
- cp -V requirements-master.txt requirements.txt
+ cp -v requirements-master.txt requirements.txt
44
45
- name: Install deps from experimental
46
if: ${{ github.ref == 'refs/heads/experimental' || github.base_ref == 'experimental' }}
0 commit comments