Skip to content

Commit

Permalink
Remove requirements and test_requirements dependency paths
Browse files Browse the repository at this point in the history
  • Loading branch information
andreas-el committed Dec 4, 2023
1 parent 7f1d42c commit 22f332b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/bundle_with_dakota_macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,8 +270,7 @@ jobs:
cache: "pip"
cache-dependency-path: |
setup.py
test_requirements.txt
requirements.txt
pyproject.toml
- name: Download Carolina artifact
uses: actions/download-artifact@v3
with:
Expand All @@ -288,7 +287,6 @@ jobs:
pip install git+https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/TNO-Everest/seba.git@${{ inputs.SEBA_TAG }}
git clone https://${{ secrets.DEPENDENCY_ACCESS_TOKEN }}@github.com/equinor/everest.git
pushd everest
pip install -r requirements.txt
pip install .[test,docs]
pip install pytest-asyncio # Should be added to Everest pyproject.toml
popd
Expand Down

0 comments on commit 22f332b

Please sign in to comment.