Skip to content

Commit

Permalink
Merge pull request #10 from DoubleML/m-gh-actions
Browse files Browse the repository at this point in the history
increment versions of gh actions
  • Loading branch information
MalteKurz authored Nov 23, 2022
2 parents 0642f37 + 79dfe1b commit 8738dcd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy_pkg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
persist-credentials: false

- name: Install python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'

Expand All @@ -32,7 +32,7 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
- uses: actions/upload-artifact@v2
- uses: actions/upload-artifact@v3
with:
name: DoubleML-Serverless-pkg
path: dist/
6 changes: 3 additions & 3 deletions .github/workflows/pytest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,12 @@ jobs:
- {python-version: '3.9', doubleml-version: 'release'}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Python ${{ matrix.config.python-version }}
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.config.python-version }}
- uses: actions/checkout@v2
- uses: actions/checkout@v3
if: matrix.config.doubleml-version == 'dev'
with:
repository: DoubleML/doubleml-for-py
Expand Down

0 comments on commit 8738dcd

Please sign in to comment.